[65490] trunk/dports/science/root/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Mar 26 12:42:14 PDT 2010
Revision: 65490
http://trac.macports.org/changeset/65490
Author: macsforever2000 at macports.org
Date: 2010-03-26 12:42:13 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
Add dependencies on zlib and libxml2 - replacing xml2. (#22728)
Modified Paths:
--------------
trunk/dports/science/root/Portfile
Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile 2010-03-26 19:32:51 UTC (rev 65489)
+++ trunk/dports/science/root/Portfile 2010-03-26 19:42:13 UTC (rev 65490)
@@ -4,6 +4,7 @@
name root
version 5.26.00
+revision 1
categories science
maintainers gmail.com:mattiafrancescomoro
license LGPLv2.1
@@ -24,7 +25,8 @@
depends_lib port:freetype \
port:pcre \
- port:xpm
+ port:xpm \
+ port:zlib
pre-configure {
build.args CC=${configure.cc} \
@@ -146,7 +148,7 @@
configure.args-append --enable-xml \
--with-xml-incdir="${prefix}/include" \
--with-xml-libdir="${prefix}/lib"
- depends_lib-append port:xml2
+ depends_lib-append port:libxml2
}
variant qt description {Builds port with qt support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/46a60c3b/attachment.html>
More information about the macports-changes
mailing list