diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:17:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 23:17:06 +0800 |
commit | 6218d5f4242c46be57582c39bbf38ab3fb494c82 (patch) | |
tree | 0a2d7578ea8cd5ae867e49f8b3ab4baeb0c402d5 | |
parent | a3591d78367b93feb98ddbdeba369d4c2e5ee2d1 (diff) | |
download | freebsd-ports-gnome-6218d5f4242c46be57582c39bbf38ab3fb494c82.tar.gz freebsd-ports-gnome-6218d5f4242c46be57582c39bbf38ab3fb494c82.tar.zst freebsd-ports-gnome-6218d5f4242c46be57582c39bbf38ab3fb494c82.zip |
- Use USES=tar:xz
-rw-r--r-- | net/gupnp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 1694ac0eb524..37943ce31243 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -23,8 +23,7 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_PYTHON_RUN= yes -USE_XZ= yes -USES= gmake pathfix pkgconfig shebangfix +USES= gmake pathfix pkgconfig shebangfix tar:xz SHEBANG_FILES= tools/gupnp-binding-tool python_CMD= ${PYTHON_CMD} |