Skip to content

Commit

Permalink
Attempt to describe the variants to appease lint.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@40452 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
mf2k committed Oct 2, 2008
1 parent d53eb34 commit 183045c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/aqbanking3/Portfile
Expand Up @@ -49,15 +49,15 @@ configure.args --with-qt-dir=${prefix}/lib/qt3 \
--disable-chipcard-client \
--disable-chipcard-client-test

variant disable_ofx {
variant disable_ofx description "Disable OFX support" {
depends_lib-delete port:libofx
configure.args-delete --with-backends="aqhbci aqofxconnect aqnone"
configure.args-delete --enable-libofx
configure.args-append --with-backends="aqhbci aqnone" \
--disable-libofx
}

variant enable_geldkarte conflicts disable_ofx {
variant enable_geldkarte conflicts disable_ofx description "Enable geldkarte" {
depends_lib-append port:libchipcard
configure.args-delete --disable-chipcard-client
configure.args-delete --disable-chipcard-client-test
Expand All @@ -66,6 +66,6 @@ variant enable_geldkarte conflicts disable_ofx {
--enable-chipcard-client-test
}

variant python {
variant python description "Enable ctypes support. This is only needed if you are using Python 2.4 or earlier. Not needed if Python 2.5 or later is installed." {
depends_build-append port:py-ctypes
}

0 comments on commit 183045c

Please sign in to comment.