diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:45 +0000 |
commit | cbe74da4ef2bf57798e751f4db2ee8edcbf96889 (patch) | |
tree | bad23a0012fc70ca2124a004e9a3efba42215a5e /www/libhpack | |
parent | 6e41d0027428ddbebfc7b90fe37ae79f1df64db9 (diff) |
Notes
Diffstat (limited to 'www/libhpack')
-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 d84f0b0dc3e9..61db992b72b1 100644 --- a/www/libhpack/Makefile +++ b/www/libhpack/Makefile @@ -18,8 +18,7 @@ CMAKE_ARGS= -DBUILD_DOCS=OFF \ -DENABLE_GCOV=OFF \ -DUSE_VALGRIND=OFF USE_LDCONFIG= yes -USE_PYTHON_BUILD= 2 -USES= cmake pkgconfig shebangfix tar:xz +USES= cmake pkgconfig python:2,build shebangfix tar:xz SHEBANG_FILES= gen-config.py libhpack/huffman-gen.py python_OLD_CMD= ${SETENV} python |