diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-30 04:02:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-30 04:02:35 +0800 |
commit | 9744745070eb5ba9131197bf60aa8a8b5266ffb3 (patch) | |
tree | b1f0c561a09639580ef8c464fd210716049f2bc5 /www/libhpack/Makefile | |
parent | 27646f9d3ac6cede05bbc6b57bf64e1ab8192a0e (diff) | |
download | freebsd-ports-gnome-9744745070eb5ba9131197bf60aa8a8b5266ffb3.tar.gz freebsd-ports-gnome-9744745070eb5ba9131197bf60aa8a8b5266ffb3.tar.zst freebsd-ports-gnome-9744745070eb5ba9131197bf60aa8a8b5266ffb3.zip |
- Use USES=tar:xz
Diffstat (limited to 'www/libhpack/Makefile')
-rw-r--r-- | www/libhpack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libhpack/Makefile b/www/libhpack/Makefile index e2ea9536e3f0..c082a4152c97 100644 --- a/www/libhpack/Makefile +++ b/www/libhpack/Makefile @@ -19,8 +19,7 @@ CMAKE_ARGS= -DBUILD_DOCS=OFF \ -DUSE_VALGRIND=OFF USE_LDCONFIG= yes USE_PYTHON_BUILD= 2 -USE_XZ= yes -USES= cmake pkgconfig shebangfix +USES= cmake pkgconfig shebangfix tar:xz SHEBANG_FILES= gen-config.py python_OLD_CMD= ${SETENV} python |