[43555] trunk/dports/devel/t1lib/Portfile
jmr at macports.org
jmr at macports.org
Thu Dec 11 17:35:02 PST 2008
Revision: 43555
http://trac.macports.org/changeset/43555
Author: jmr at macports.org
Date: 2008-12-11 17:35:01 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
t1lib: switch X dependency to xorg-libX11, and don't force the use of the X libs in x11prefix. Also disable the sourceforge mirrors since they don't have the current version.
Modified Paths:
--------------
trunk/dports/devel/t1lib/Portfile
Modified: trunk/dports/devel/t1lib/Portfile
===================================================================
--- trunk/dports/devel/t1lib/Portfile 2008-12-12 01:09:54 UTC (rev 43554)
+++ trunk/dports/devel/t1lib/Portfile 2008-12-12 01:35:01 UTC (rev 43555)
@@ -20,8 +20,8 @@
platforms darwin
master_sites ftp://sunsite.unc.edu/pub/Linux/libs/graphics/ \
- http://ftp.surfnet.nl/pub/sunsite/libs/graphics/ \
- sourceforge:gnuwin32
+ http://ftp.surfnet.nl/pub/sunsite/libs/graphics/
+# sourceforge:gnuwin32
checksums md5 a5629b56b93134377718009df1435f3c \
sha1 4b4fc22c8688eefaaa8cfc990f0039f95f4287de \
@@ -34,9 +34,9 @@
build.target without_doc
variant x11 description {use the X Window System} {
- depends_lib-append lib:libX11:xorg
+ depends_lib-append lib:libX11:xorg-libX11
configure.args-delete --without-x
- configure.args-append --with-x --x-includes=${x11prefix}/include --x-libraries=${x11prefix}/lib
+ configure.args-append --with-x
}
variant psdoc description {build and install the postscript documentation} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081211/6bae61aa/attachment.html>
More information about the macports-changes
mailing list