svn commit: r301095 - head/net/gssdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 18 12:50:17 UTC 2012


Author: sunpoet
Date: Wed Jul 18 12:50:16 2012
New Revision: 301095
URL: http://svn.freebsd.org/changeset/ports/301095

Log:
  - Convert to new options framework
  - Rename option: GTK -> GTK2

Modified:
  head/net/gssdp/Makefile   (contents, props changed)

Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile	Wed Jul 18 12:50:13 2012	(r301094)
+++ head/net/gssdp/Makefile	Wed Jul 18 12:50:16 2012	(r301095)
@@ -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



More information about the svn-ports-head mailing list