- Fix the usage of 'python' to get rid of the implicit lang/python

dependency
- lang/v8 requires python to build

Approved by:	portmgr (blanket)
This commit is contained in:
Marcus von Appen 2013-12-08 13:29:41 +00:00
parent c47ba7c517
commit ec724aee7e
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CONFLICTS_BUILD=spidermonkey17-1.7.*
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig shebangfix
USE_PYTHON_BUILD=yes
USE_PYTHON_BUILD=2
USE_AUTOTOOLS= libtool
USE_GNOME= cairo glib20 gnomeprefix introspection:build \
intlhack ltverhack
@ -26,6 +26,8 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
python_OLD_CMD= /usr/bin/env python
python_CMD= /usr/bin/env python2
SHEBANG_FILES= scripts/make-tests
NO_STAGE= yes

View File

@ -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