Changeset 115462
- Timestamp:
- Jan 2, 2014, 7:18:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/emulators/basiliskii-devel/Portfile
r115460 r115462 63 63 64 64 # TODO: figure out how to build a native Mac OS X application 65 # (then x11could probably be removed)65 # (then +gtk could probably be removed) 66 66 67 67 # legacy variant - remove after January 2015 68 variant no_x11 conflicts x11description {Legacy compatibility variant} {}68 variant no_x11 conflicts gtk description {Legacy compatibility variant} {} 69 69 70 variant x11conflicts no_x11 {70 variant gtk conflicts no_x11 { 71 71 depends_lib-append port:gtk2 72 72 configure.args-replace --without-gtk --with-gtk … … 74 74 75 75 if {[variant_isset no_x11]} { 76 default_variants - x1176 default_variants -gtk 77 77 } else { 78 default_variants + x1178 default_variants +gtk 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.