svn commit: r364908 - head/lang/v8-devel
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 15 03:01:41 UTC 2014
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
More information about the svn-ports-head
mailing list