[33877] trunk/dports/devel/subversion-perlbindings/Portfile
dluke at macports.org
dluke at macports.org
Wed Feb 6 10:40:28 PST 2008
Revision: 33877
http://trac.macosforge.org/projects/macports/changeset/33877
Author: dluke at macports.org
Date: 2008-02-06 10:39:20 -0800 (Wed, 06 Feb 2008)
Log Message:
-----------
lint cleanup
Modified Paths:
--------------
trunk/dports/devel/subversion-perlbindings/Portfile
Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile 2008-02-06 18:37:49 UTC (rev 33876)
+++ trunk/dports/devel/subversion-perlbindings/Portfile 2008-02-06 18:39:20 UTC (rev 33877)
@@ -1,6 +1,7 @@
# $Id$
PortSystem 1.0
+
name subversion-perlbindings
version 1.4.6
categories devel perl
@@ -36,7 +37,7 @@
--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
--mandir=\\\${prefix}/share/man \
--disable-neon-version-check \
- --with-perl5=${prefix}/bin/perl
+ --with-perl5=${prefix}/bin/perl
build.target swig-pl
destroot.target install-swig-pl-lib DESTDIR=${destroot} && \
@@ -53,12 +54,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/d44f18a8/attachment-0001.html
More information about the macports-changes
mailing list