diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 13:29:41 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 13:29:41 +0000 |
commit | ec724aee7eedfc672ec36ef95e53d2e4d921e66a (patch) | |
tree | 62626577160cfcf74db979d511162e3ceb20502a /lang | |
parent | c47ba7c517f881c9bf9b28134414a60b14ad93c8 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gjs/Makefile | 4 | ||||
-rw-r--r-- | lang/v8/Makefile | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 34453ce39882..830cedf8368d 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -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 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 |