[72455] trunk/dports/net/aria2/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 15 23:23:16 PDT 2010


Revision: 72455
          http://trac.macports.org/changeset/72455
Author:   jmr at macports.org
Date:     2010-10-15 23:23:12 -0700 (Fri, 15 Oct 2010)
Log Message:
-----------
aria2: disable sqlite since there is no dependency on it (#17621), correct gnutls configure arg

Modified Paths:
--------------
    trunk/dports/net/aria2/Portfile

Modified: trunk/dports/net/aria2/Portfile
===================================================================
--- trunk/dports/net/aria2/Portfile	2010-10-16 01:00:40 UTC (rev 72454)
+++ trunk/dports/net/aria2/Portfile	2010-10-16 06:23:12 UTC (rev 72455)
@@ -21,10 +21,11 @@
 depends_lib		port:gettext port:libiconv port:gnutls port:libxml2
 
 configure.cxxflags-append	"-I${prefix}/include/libxml2"
-configure.args	--with-gnutls --with-gnutls-prefix=${prefix} \
+configure.args	--with-gnutls --with-libgnutls-prefix=${prefix} \
 				--with-libiconv-prefix=${prefix} \
 				--with-libintl-prefix=${prefix} \
-				--with-xml-prefix=${prefix}
+				--with-xml-prefix=${prefix} \
+				--without-sqlite3
 
 post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101015/e8961a26/attachment-0001.html>


More information about the macports-changes mailing list