Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 12:50:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301095 - head/net/gssdp
Message-ID:  <201207181250.q6ICoGY8072503@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207181250.q6ICoGY8072503>