diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 15:17:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 15:17:10 +0000 |
commit | d856648b4d4c1d0ef7e4a9b626f47a2bcaf202bf (patch) | |
tree | 9e6749afeac3f845825aac830f38fc27178e69b6 /net/gupnp-av/Makefile | |
parent | cbb4df3a583e6be639539444944285fc78e19d07 (diff) |
- Use USES=tar:xz
Notes
Notes:
svn path=/head/; revision=348249
Diffstat (limited to 'net/gupnp-av/Makefile')
-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 |