svn commit: r324477 - head/net/gupnp-av

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


Author: sunpoet
Date: Sat Aug 10 11:29:45 2013
New Revision: 324477
URL: http://svnweb.freebsd.org/changeset/ports/324477

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

Modified:
  head/net/gupnp-av/Makefile

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sat Aug 10 11:29:16 2013	(r324476)
+++ head/net/gupnp-av/Makefile	Sat Aug 10 11:29:45 2013	(r324477)
@@ -19,11 +19,10 @@ RUN_DEPENDS=	gupnp>=0.19.0:${PORTSDIR}/n
 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
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in


More information about the svn-ports-all mailing list