Date: Sat, 10 Aug 2013 11:30:09 +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: r324478 - head/net/gupnp-igd Message-ID: <201308101130.r7ABU9eW055926@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308101130.r7ABU9eW055926>