aboutsummaryrefslogtreecommitdiff
path: root/net/gssdp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-18 12:50:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-07-18 12:50:16 +0000
commita6968908a3fca2b78338411b737a04c2690b1e92 (patch)
tree1ad5a7f40628602337ec1731065d9ee0ffad65d9 /net/gssdp
parent39649939b10842cad37677fe8518a365bbb25ffc (diff)
downloadports-a6968908a3fca2b78338411b737a04c2690b1e92.tar.gz
ports-a6968908a3fca2b78338411b737a04c2690b1e92.zip
- Convert to new options framework
- Rename option: GTK -> GTK2
Notes
Notes: svn path=/head/; revision=301095
Diffstat (limited to 'net/gssdp')
-rw-r--r--net/gssdp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index 48f51a5b5003..c17518823700 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -18,7 +18,8 @@ LICENSE= LGPL20
BUILD_DEPENDS= gobject-introspection>=0.6.7:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup
-OPTIONS= GTK "Build with GTK+ 2.0" on
+OPTIONS_DEFINE= GTK2
+OPTIONS_DEFAULT=GTK2
CONFIGURE_ARGS= --enable-introspection=yes
GNU_CONFIGURE= yes
@@ -29,7 +30,7 @@ USE_XZ= yes
.include <bsd.port.options.mk>
-.if defined(WITH_GTK)
+.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+= gtk20
PLIST_SUB= GTK=""
.else