[115462] trunk/dports/emulators/basiliskii-devel/Portfile
mojca at macports.org
mojca at macports.org
Thu Jan 2 11:18:51 PST 2014
Revision: 115462
https://trac.macports.org/changeset/115462
Author: mojca at macports.org
Date: 2014-01-02 11:18:51 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
basiliskii-devel: use variant name gtk instead of x11
Modified Paths:
--------------
trunk/dports/emulators/basiliskii-devel/Portfile
Modified: trunk/dports/emulators/basiliskii-devel/Portfile
===================================================================
--- trunk/dports/emulators/basiliskii-devel/Portfile 2014-01-02 19:18:51 UTC (rev 115461)
+++ trunk/dports/emulators/basiliskii-devel/Portfile 2014-01-02 19:18:51 UTC (rev 115462)
@@ -62,20 +62,20 @@
}
# TODO: figure out how to build a native Mac OS X application
-# (then x11 could probably be removed)
+# (then +gtk could probably be removed)
# legacy variant - remove after January 2015
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
+variant no_x11 conflicts gtk description {Legacy compatibility variant} {}
-variant x11 conflicts no_x11 {
+variant gtk conflicts no_x11 {
depends_lib-append port:gtk2
configure.args-replace --without-gtk --with-gtk
}
if {[variant_isset no_x11]} {
- default_variants -x11
+ default_variants -gtk
} else {
- default_variants +x11
+ default_variants +gtk
}
#variant static {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140102/8a0d9a46/attachment.html>
More information about the macports-changes
mailing list