Ticket #28794: Portfile.diff
File Portfile.diff, 512 bytes (added by kthenriksson@…, 14 years ago) |
---|
-
Portfile
old new 77 77 configure.args-append --without-x 78 78 } 79 79 80 variant cairo description "Enable cairo terminals" { 81 depends_lib-append port:cairo 82 configure.args-delete --without-cairo 83 configure.args-append --with-cairo 84 } 85 80 86 variant wxwidgets description "Enable wxWidgets front-end" { 81 87 depends_lib-append port:wxWidgets 82 88 configure.args-delete --disable-wxwidgets