diff options
author | mva <mva@FreeBSD.org> | 2013-12-08 21:29:41 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-08 21:29:41 +0800 |
commit | 0a0d2db006d57d2fbc870b962cbe359e92736c91 (patch) | |
tree | 62626577160cfcf74db979d511162e3ceb20502a /lang/v8 | |
parent | 703e349b23030552665ddbfa9b456d8f0c345f38 (diff) | |
download | freebsd-ports-gnome-0a0d2db006d57d2fbc870b962cbe359e92736c91.tar.gz freebsd-ports-gnome-0a0d2db006d57d2fbc870b962cbe359e92736c91.tar.zst freebsd-ports-gnome-0a0d2db006d57d2fbc870b962cbe359e92736c91.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
- lang/v8 requires python to build
Approved by: portmgr (blanket)
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index fa7183aac5bf..49d4c44076c2 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= LOCAL/vanilla MAINTAINER= vanilla@FreeBSD.org COMMENT= Google\'s open source JavaScript engine +BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo USES= gmake |