[52081] trunk/dports/tex/pTeX/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jun 9 13:05:25 PDT 2009
Revision: 52081
http://trac.macports.org/changeset/52081
Author: jeremyhu at macports.org
Date: 2009-06-09 13:05:22 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
no_x11 instead of nox11
Modified Paths:
--------------
trunk/dports/tex/pTeX/Portfile
Modified: trunk/dports/tex/pTeX/Portfile
===================================================================
--- trunk/dports/tex/pTeX/Portfile 2009-06-09 20:03:49 UTC (rev 52080)
+++ trunk/dports/tex/pTeX/Portfile 2009-06-09 20:05:22 UTC (rev 52081)
@@ -84,7 +84,7 @@
if {![variant_isset euc] && ![variant_isset sjis] && ![variant_isset utf8]} {
default_variants +euc
}
-if {![variant_isset nox11] && ![variant_isset motif] && ![variant_isset xaw] && ![variant_isset xaw3d] && ![variant_isset nextaw]} {
+if {![variant_isset no_x11] && ![variant_isset motif] && ![variant_isset xaw] && ![variant_isset xaw3d] && ![variant_isset nextaw]} {
default_variants +motif
}
@@ -130,7 +130,7 @@
} else {
puts ${fd} "KANJI_CODE=EUC"
}
- if {[variant_isset nox11]} {
+ if {[variant_isset no_x11]} {
puts ${fd} "XDVI=echo"
puts ${fd} "PXDVI=echo"
}
@@ -234,26 +234,26 @@
variant sjis conflicts euc utf8 description {Set the default character encoding to Shift_JIS} {}
variant utf8 conflicts euc sjis description {Set the default character encoding to UTF-8} {}
-variant nox11 conflicts motif xaw xaw3d nextaw description {Do not use X11} {
+variant no_x11 conflicts motif xaw xaw3d nextaw description {Do not use X11} {
depends_lib-delete lib:libXm:openmotif port:fontconfig port:freetype port:gd2 port:jpeg port:libiconv
# gd2 requires X11
configure.args-delete --with-system-gd --with-xdvi-x-toolkit=motif
configure.args-append --without-system-gd --without-x --without-xdvik
}
-variant motif conflicts nox11 xaw xaw3d nextaw description {Use Motif to build xdvi (default)} {}
-variant xaw conflicts nox11 motif xaw3d nextaw description {Use Xaw to build xdvi} {
+variant motif conflicts no_x11 xaw xaw3d nextaw description {Use Motif to build xdvi (default)} {}
+variant xaw conflicts no_x11 motif xaw3d nextaw description {Use Xaw to build xdvi} {
depends_lib-delete lib:libXm:openmotif
depends_lib-append port:xorg-libXaw
configure.args-delete --with-xdvi-x-toolkit=motif
configure.args-append --with-xdvi-x-toolkit=xaw
}
-variant xaw3d conflicts nox11 motif xaw nextaw description {Use Xaw3d to build xdvi} {
+variant xaw3d conflicts no_x11 motif xaw nextaw description {Use Xaw3d to build xdvi} {
depends_lib-delete lib:libXm:openmotif
depends_lib-append port:Xaw3d
configure.args-delete --with-xdvi-x-toolkit=motif
configure.args-append --with-xdvi-x-toolkit=xaw3d
}
-variant nextaw conflicts nox11 motif xaw xaw3d description {Use neXtaw to build xdvi} {
+variant nextaw conflicts no_x11 motif xaw xaw3d description {Use neXtaw to build xdvi} {
depends_lib-delete lib:libXm:openmotif
depends_lib-append port:neXtaw
configure.args-delete --with-xdvi-x-toolkit=motif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/c7d5dd51/attachment.html>
More information about the macports-changes
mailing list