Modified: trunk/dports/emulators/basiliskii-devel/Portfile (115461 => 115462)
--- 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 {