Modified: trunk/dports/security/putty/Portfile (139998 => 139999)
--- trunk/dports/security/putty/Portfile 2015-09-05 21:03:26 UTC (rev 139998)
+++ trunk/dports/security/putty/Portfile 2015-09-05 21:38:47 UTC (rev 139999)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup active_variants 1.1
name putty
version 0.63
@@ -32,6 +33,7 @@
variant gui description {Build the GUI tools (including putty itself)} {
depends_lib-append port:gtk2
configure.args-delete --without-gtk
+ require_active_variants gtk2 x11
}
default_variants +gui