diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 11:29:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-10 11:29:45 +0000 |
commit | a8f78880ee44f1cc14441c97b48b71e19a965b5d (patch) | |
tree | 11364e1b57449c931ea3fac85b84a4c265ce592e | |
parent | 11d49f2da8f3705d1fbaf1f973ba1d67f73f096d (diff) | |
download | freebsd-ports-a8f78880ee44f1cc14441c97b48b71e19a965b5d.zip |
- Make use of USE_GNOME=introspection
- Make use of USES=gmake
-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 |