svn commit: r324457 - head/net/gupnp

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


Author: sunpoet
Date: Fri Aug  9 19:10:01 2013
New Revision: 324457
URL: http://svnweb.freebsd.org/changeset/ports/324457

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

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Fri Aug  9 19:09:04 2013	(r324456)
+++ head/net/gupnp/Makefile	Fri Aug  9 19:10:01 2013	(r324457)
@@ -19,12 +19,11 @@ LIB_DEPENDS=	gssdp-1.0:${PORTSDIR}/net/g
 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_PYTHON=	yes
 USE_XZ=		yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/tools/gupnp-binding-tool


More information about the svn-ports-head mailing list