diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-18 12:50:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-18 12:50:16 +0000 |
commit | a6968908a3fca2b78338411b737a04c2690b1e92 (patch) | |
tree | 1ad5a7f40628602337ec1731065d9ee0ffad65d9 /net | |
parent | 39649939b10842cad37677fe8518a365bbb25ffc (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gssdp/Makefile | 5 |
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 |