Date: Fri, 15 Aug 2014 03:02:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364922 - head/www/libhpack Message-ID: <201408150302.s7F32kju077252@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 15 03:02:45 2014 New Revision: 364922 URL: http://svnweb.freebsd.org/changeset/ports/364922 QAT: https://qat.redports.org/buildarchive/r364922/ Log: - Use USES=python Modified: head/www/libhpack/Makefile Modified: head/www/libhpack/Makefile ============================================================================== --- head/www/libhpack/Makefile Fri Aug 15 03:02:40 2014 (r364921) +++ head/www/libhpack/Makefile Fri Aug 15 03:02:45 2014 (r364922) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150302.s7F32kju077252>