aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-10 19:29:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-10 19:29:45 +0800
commit9724f55c9b728ad7e6ce9273cf816b318deee9cd (patch)
tree11364e1b57449c931ea3fac85b84a4c265ce592e /net
parent49323927d9bdb3d22efa5cd32efcc30143714be4 (diff)
downloadfreebsd-ports-gnome-9724f55c9b728ad7e6ce9273cf816b318deee9cd.tar.gz
freebsd-ports-gnome-9724f55c9b728ad7e6ce9273cf816b318deee9cd.tar.zst
freebsd-ports-gnome-9724f55c9b728ad7e6ce9273cf816b318deee9cd.zip
- Make use of USE_GNOME=introspection
- Make use of USES=gmake
Diffstat (limited to 'net')
-rw-r--r--net/gupnp-av/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile
index 6a28026ab6f0..398520a0cfae 100644
--- a/net/gupnp-av/Makefile
+++ b/net/gupnp-av/Makefile
@@ -19,11 +19,10 @@ RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp
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