diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:01:35 +0800 |
commit | 337356108a024f482f03358813a97f2f99135d32 (patch) | |
tree | 6b9f7b1a681ec463f7b589c62e1916e0be9cfa78 /lang/v8 | |
parent | 24a0a6a2c7e7627f9630794a14a7c1223d541fb0 (diff) | |
download | freebsd-ports-gnome-337356108a024f482f03358813a97f2f99135d32.tar.gz freebsd-ports-gnome-337356108a024f482f03358813a97f2f99135d32.tar.zst freebsd-ports-gnome-337356108a024f482f03358813a97f2f99135d32.zip |
- Use USES=python
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 174bb437e2d6..b2b954786278 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -19,8 +19,7 @@ ALL_TARGET= native MAKE_ARGS= library=shared 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 tar:xz +USES= compiler cpe execinfo gmake python:2 tar:xz CPE_VENDOR= google |