Date: Fri, 15 Aug 2014 03:01:40 +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: r364908 - head/lang/v8-devel Message-ID: <201408150301.s7F31e2E075014@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 15 03:01:40 2014 New Revision: 364908 URL: http://svnweb.freebsd.org/changeset/ports/364908 QAT: https://qat.redports.org/buildarchive/r364908/ Log: - Use USES=python Modified: head/lang/v8-devel/Makefile Modified: head/lang/v8-devel/Makefile ============================================================================== --- head/lang/v8-devel/Makefile Fri Aug 15 03:01:35 2014 (r364907) +++ head/lang/v8-devel/Makefile Fri Aug 15 03:01:40 2014 (r364908) @@ -22,8 +22,7 @@ ALL_TARGET= native MAKE_ARGS= library=shared use_system_icu=on MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} USE_LDCONFIG= yes -USE_PYTHON= 2 -USES= compiler cpe execinfo gmake shebangfix tar:xz +USES= compiler cpe execinfo gmake python:2 shebangfix tar:xz CPE_VENDOR= google
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150301.s7F31e2E075014>