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