[63552] trunk/dports/www/neon/Portfile

dluke at macports.org dluke at macports.org
Mon Feb 8 07:33:29 PST 2010


Revision: 63552
          http://trac.macports.org/changeset/63552
Author:   dluke at macports.org
Date:     2010-02-08 07:33:26 -0800 (Mon, 08 Feb 2010)
Log Message:
-----------
Build neon without libproxy (see #23597)

Modified Paths:
--------------
    trunk/dports/www/neon/Portfile

Modified: trunk/dports/www/neon/Portfile
===================================================================
--- trunk/dports/www/neon/Portfile	2010-02-08 13:55:39 UTC (rev 63551)
+++ trunk/dports/www/neon/Portfile	2010-02-08 15:33:26 UTC (rev 63552)
@@ -4,6 +4,7 @@
 
 name            neon
 version         0.29.3
+revision	1
 categories      www
 maintainers     geeklair.net:dluke
 description     An HTTP and WebDAV client library with a C interface
@@ -33,7 +34,8 @@
 configure.args  --with-ssl \
                 --enable-shared \
                 --with-expat \
-                --mandir=${prefix}/share/man
+		--without-libproxy \
+		--mandir=${prefix}/share/man 
 
 pre-test {
 	set x {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100208/88a92c24/attachment.html>


More information about the macports-changes mailing list