diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:17:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:17:10 +0800 |
commit | 13a69ddae33e489c3cde77cde7fe26eb50cbae89 (patch) | |
tree | 9e6749afeac3f845825aac830f38fc27178e69b6 /net/gupnp-av | |
parent | 6218d5f4242c46be57582c39bbf38ab3fb494c82 (diff) | |
download | freebsd-ports-gnome-13a69ddae33e489c3cde77cde7fe26eb50cbae89.tar.gz freebsd-ports-gnome-13a69ddae33e489c3cde77cde7fe26eb50cbae89.tar.zst freebsd-ports-gnome-13a69ddae33e489c3cde77cde7fe26eb50cbae89.zip |
- Use USES=tar:xz
Diffstat (limited to 'net/gupnp-av')
-rw-r--r-- | net/gupnp-av/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 68954dd48dcd..c4e55ffaa979 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USE_XZ= yes -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig tar:xz post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in |