diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 11:01:35 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 11:01:35 +0800 |
commit | 2ed1d04c00b6460e0577442cd89868de3153eab4 (patch) | |
tree | 6b9f7b1a681ec463f7b589c62e1916e0be9cfa78 /lang | |
parent | 9d63dafa2e540d4701c67143330b8cfdc909651f (diff) | |
download | freebsd-ports-gnome-2ed1d04c00b6460e0577442cd89868de3153eab4.tar.gz freebsd-ports-gnome-2ed1d04c00b6460e0577442cd89868de3153eab4.tar.zst freebsd-ports-gnome-2ed1d04c00b6460e0577442cd89868de3153eab4.zip |
- Use USES=python
Diffstat (limited to 'lang')
-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 |