diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 19:29:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 19:29:45 +0800 |
commit | 9724f55c9b728ad7e6ce9273cf816b318deee9cd (patch) | |
tree | 11364e1b57449c931ea3fac85b84a4c265ce592e /net | |
parent | 49323927d9bdb3d22efa5cd32efcc30143714be4 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |