[37452] trunk/dports/lang/q/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 8 05:02:54 PDT 2008


Revision: 37452
          http://trac.macosforge.org/projects/macports/changeset/37452
Author:   ryandesign at macports.org
Date:     2008-06-08 05:02:52 -0700 (Sun, 08 Jun 2008)

Log Message:
-----------
q: enable xml/xslt support and add other forgotten dependencies

Modified Paths:
--------------
    trunk/dports/lang/q/Portfile

Modified: trunk/dports/lang/q/Portfile
===================================================================
--- trunk/dports/lang/q/Portfile	2008-06-08 09:23:03 UTC (rev 37451)
+++ trunk/dports/lang/q/Portfile	2008-06-08 12:02:52 UTC (rev 37452)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             q
 version          7.11
+revision         1
 categories       lang
 maintainers      ryandesign
 description      extensible scripting language
@@ -22,7 +23,12 @@
 
 depends_lib      port:gmp \
                  port:readline \
-                 port:curl
+                 port:curl \
+                 port:gettext \
+                 port:libiconv \
+                 port:libxml2 \
+                 port:libxslt \
+                 port:zlib
 
 master_sites     sourceforge:q-lang
 checksums        md5 18ca956aad555b54efacc0de5b2d79bd \
@@ -37,7 +43,7 @@
                  --without-magick \
                  --without-odbc \
                  --without-tk \
-                 --without-xml \
+                 --with-xml \
                  --without-dxl \
                  --without-dmalloc
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080608/658d6241/attachment.htm 


More information about the macports-changes mailing list