[40452] trunk/dports/devel/aqbanking3/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Oct 2 09:00:55 PDT 2008


Revision: 40452
          http://trac.macports.org/changeset/40452
Author:   macsforever2000 at macports.org
Date:     2008-10-02 09:00:55 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
Attempt to describe the variants to appease lint.

Modified Paths:
--------------
    trunk/dports/devel/aqbanking3/Portfile

Modified: trunk/dports/devel/aqbanking3/Portfile
===================================================================
--- trunk/dports/devel/aqbanking3/Portfile	2008-10-02 15:54:04 UTC (rev 40451)
+++ trunk/dports/devel/aqbanking3/Portfile	2008-10-02 16:00:55 UTC (rev 40452)
@@ -49,7 +49,7 @@
 		  --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
@@ -57,7 +57,7 @@
 				--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
@@ -66,6 +66,6 @@
 				--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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/b14fedf0/attachment.html 


More information about the macports-changes mailing list