[146120] trunk/dports/security/putty/Portfile

devans at macports.org devans at macports.org
Sun Feb 28 18:02:41 PST 2016


Revision: 146120
          https://trac.macports.org/changeset/146120
Author:   devans at macports.org
Date:     2016-02-28 18:02:41 -0800 (Sun, 28 Feb 2016)
Log Message:
-----------
putty: correct gtk2 configuration, increment revision (#50734).

Modified Paths:
--------------
    trunk/dports/security/putty/Portfile

Modified: trunk/dports/security/putty/Portfile
===================================================================
--- trunk/dports/security/putty/Portfile	2016-02-29 00:07:28 UTC (rev 146119)
+++ trunk/dports/security/putty/Portfile	2016-02-29 02:02:41 UTC (rev 146120)
@@ -6,6 +6,7 @@
 
 name                putty
 version             0.66
+revision            1
 categories          security net
 platforms           darwin
 maintainers         nomaintainer
@@ -32,18 +33,18 @@
 patch.pre_args      -d ${worksrcpath}/../
 patchfiles          patch-configure.diff
 
+configure.args-append     --without-gtk
+configure.cppflags-delete -I${prefix}/include
+configure.cppflags-append -isystem${prefix}/include
+
 variant gui description {Build the GUI tools (including putty itself)} {
     depends_lib-append    port:gtk2
-    configure.args-delete --without-gtk
+    configure.args-replace --without-gtk --with-gtk=2
     require_active_variants gtk2 x11
 }
 
 default_variants +gui
 
-configure.args-append     --without-gtk
-configure.cppflags-delete -I${prefix}/include
-configure.cppflags-append -isystem${prefix}/include
-
 livecheck.type      regex
 livecheck.url       ${homepage}download.html
 livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160228/b9f7a714/attachment.html>


More information about the macports-changes mailing list