Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 19:10:02 +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: r324457 - head/net/gupnp
Message-ID:  <201308091910.r79JA2KP079705@svn.freebsd.org>

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



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