svn commit: r324456 - head/net/gssdp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 9 19:09:05 UTC 2013


Author: sunpoet
Date: Fri Aug  9 19:09:04 2013
New Revision: 324456
URL: http://svnweb.freebsd.org/changeset/ports/324456

Log:
  - Make use of USE_GNOME=introspection
  - Make use of USES=gmake

Modified:
  head/net/gssdp/Makefile

Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile	Fri Aug  9 19:01:58 2013	(r324455)
+++ head/net/gssdp/Makefile	Fri Aug  9 19:09:04 2013	(r324456)
@@ -20,11 +20,10 @@ OPTIONS_DEFAULT=GTK3
 CONFIGURE_ARGS=	--enable-introspection=yes
 CONFIGURE_ENV=	VAPIGEN=""
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	glib20
+USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_XZ=		yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list