[46642] trunk/dports/net/bind9/Portfile

dluke at macports.org dluke at macports.org
Mon Feb 9 06:51:07 PST 2009


Revision: 46642
          http://trac.macports.org/changeset/46642
Author:   dluke at macports.org
Date:     2009-02-09 06:51:05 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
Add dependency on libxml2

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

Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile	2009-02-09 13:54:13 UTC (rev 46641)
+++ trunk/dports/net/bind9/Portfile	2009-02-09 14:51:05 UTC (rev 46642)
@@ -4,6 +4,7 @@
 
 name			bind9
 version			9.6.0-P1
+revision		1
 
 categories		net
 maintainers		dluke at geeklair.net
@@ -26,7 +27,7 @@
                     sha1    c2b703d05fc768f63f028b0812c46d6eb81c145d \
                     rmd160  4507987e293b79e57ad6b87dd84012030d5b1d6e
 
-depends_lib		port:openssl
+depends_lib		port:openssl port:libxml2
 
 use_parallel_build	no
 universal_variant	no
@@ -40,6 +41,7 @@
 
 configure.args		--mandir=${prefix}/share/man \
 				--with-openssl=${prefix} \
+				--with-libxml2=${prefix} \
 				--enable-threads \
 				--enable-ipv6
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/20a065b3/attachment.html>


More information about the macports-changes mailing list