svn commit: r324478 - head/net/gupnp-igd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 10 11:30:09 UTC 2013


Author: sunpoet
Date: Sat Aug 10 11:30:09 2013
New Revision: 324478
URL: http://svnweb.freebsd.org/changeset/ports/324478

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

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Sat Aug 10 11:29:45 2013	(r324477)
+++ head/net/gupnp-igd/Makefile	Sat Aug 10 11:30:09 2013	(r324478)
@@ -19,12 +19,11 @@ RUN_DEPENDS=	gupnp>=0.18:${PORTSDIR}/net
 
 CONFIGURE_ARGS=	--enable-introspection=yes
 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 '/ --define-variable=/d' ${WRKSRC}/configure


More information about the svn-ports-head mailing list