[54582] trunk/dports/php/php5-xsl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jul 29 13:11:14 PDT 2009


Revision: 54582
          http://trac.macports.org/changeset/54582
Author:   ryandesign at macports.org
Date:     2009-07-29 13:11:14 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
php5-xsl: be explicit about requiring libxml and dom

Modified Paths:
--------------
    trunk/dports/php/php5-xsl/Portfile

Modified: trunk/dports/php/php5-xsl/Portfile
===================================================================
--- trunk/dports/php/php5-xsl/Portfile	2009-07-29 20:05:12 UTC (rev 54581)
+++ trunk/dports/php/php5-xsl/Portfile	2009-07-29 20:11:14 UTC (rev 54582)
@@ -19,6 +19,8 @@
 
 depends_lib-append      port:libxslt
 
-configure.args-append   --with-xsl=shared,${prefix}
+configure.args-append   --enable-libxml \
+                        --enable-dom \
+                        --with-xsl=shared,${prefix}
 
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/e5066e04/attachment.html>


More information about the macports-changes mailing list