Ticket #43942: Portfile-putty.diff
File Portfile-putty.diff, 653 bytes (added by shadow.mp@…, 10 years ago) |
---|
-
Portfile
old new 24 24 25 25 depends_build port:pkgconfig 26 26 27 depends_lib port:gtk228 29 27 worksrcdir ${worksrcdir}/unix 30 28 31 29 patchfiles patch-Makefile.in.diff \ 32 30 patch-configure.diff 33 31 32 variant gui description {Build the GUI tools (including putty itself)} { 33 depends_lib-append port:gtk2 34 configure.args-delete --without-gtk 35 } 36 37 default_variants +gui 38 39 configure.args-append --without-gtk 34 40 configure.cppflags-delete -I${prefix}/include 35 41 configure.cppflags-append -isystem${prefix}/include 36 42