[33879] trunk/dports/devel/subversion-rubybindings/Portfile

dluke at macports.org dluke at macports.org
Wed Feb 6 10:42:40 PST 2008


Revision: 33879
          http://trac.macosforge.org/projects/macports/changeset/33879
Author:   dluke at macports.org
Date:     2008-02-06 10:41:25 -0800 (Wed, 06 Feb 2008)

Log Message:
-----------
lint cleanup

Modified Paths:
--------------
    trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2008-02-06 18:40:34 UTC (rev 33878)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2008-02-06 18:41:25 UTC (rev 33879)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name			subversion-rubybindings
 version			1.4.6
 categories		devel ruby
@@ -61,12 +62,14 @@
 				${worksrcpath}/libtool
 			}
 
-variant no_bdb {        depends_lib-delete      port:db44 port:py-bsddb
+variant no_bdb description {Build without support for BerkeleyDB repositories} {
+		        depends_lib-delete      port:db44 port:py-bsddb
                         configure.args-delete   --with-berkeley-db=${prefix}/include/db44:${prefix}/lib/db44
                         configure.args-append   --without-berkeley-db
                         }
 
-variant no_neon {       depends_lib-delete      port:neon
+variant no_neon description {Build without neon (http/https support)} {
+			depends_lib-delete      port:neon
                         configure.args-append   --without-neon
                         configure.args-delete   --with-neon=${prefix}
                         }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080206/39ba15c0/attachment.html


More information about the macports-changes mailing list