[47463] trunk/dports/print/teTeX/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Feb 28 02:04:58 PST 2009
Revision: 47463
http://trac.macports.org/changeset/47463
Author: jeremyhu at macports.org
Date: 2009-02-28 02:04:58 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
teTeX: Updated X11 dependencies. Corrected typo in no_x11 variant
Modified Paths:
--------------
trunk/dports/print/teTeX/Portfile
Modified: trunk/dports/print/teTeX/Portfile
===================================================================
--- trunk/dports/print/teTeX/Portfile 2009-02-28 10:02:51 UTC (rev 47462)
+++ trunk/dports/print/teTeX/Portfile 2009-02-28 10:04:58 UTC (rev 47463)
@@ -65,7 +65,11 @@
depends_build port:gawk \
port:gsed
-depends_lib port:xorg-libs
+depends_lib port:Xft2 \
+ port:xorg-libXmu \
+ port:xorg-libXp \
+ port:xpm \
+ port:libpng
depends_run port:ghostscript \
port:texinfo \
port:texi2html
@@ -78,7 +82,13 @@
--without-texi2html \
--disable-multiplatform
-variant nox11 { depends_lib-delete port:xorg-libs
+variant no_x11 {
+ depends_lib-delete \
+ port:Xft2 \
+ port:xorg-libXmu \
+ port:xorg-libXp \
+ port:xpm \
+ port:libpng
configure.args-append --without-x11 \
--without-oxdvik \
--without-xdvik \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/7b813a1c/attachment.html>
More information about the macports-changes
mailing list