diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:24:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-21 16:24:53 +0000 |
commit | 6747cb9b4e52c875e3a9ca4d7d79407c101b0670 (patch) | |
tree | b63cd55e9deac0f11169f04c64d04dd84d68b3b5 /lang/phantomjs/Makefile | |
parent | 9050c8e414cba36ceda4084dba51377cf6b95a30 (diff) |
Remove dependency on the python metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes
Notes:
svn path=/head/; revision=462532
Diffstat (limited to 'lang/phantomjs/Makefile')
-rw-r--r-- | lang/phantomjs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index c13cbe8ba403..d2e3084e2b2c 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -15,8 +15,7 @@ BROKEN_sparc64= does not link on sparc64 NOT_FOR_ARCHS= armv6 armv7 NOT_FOR_ARCHS_REASON= Platform.h: Not supported ARM architecture -BUILD_DEPENDS= bash:shells/bash \ - python:lang/python +BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libicui18n.so:devel/icu \ @@ -34,6 +33,7 @@ GH_TUPLE= Vitallium:phantomjs-3rdparty-win:19051aa:msvc2013/src/qt/3rdparty \ RUBY_NO_RUN_DEPENDS= yes PLIST_FILES= bin/phantomjs NO_CCACHE= yes +BINARY_ALIAS= python=${PYTHON_CMD} OPTIONS_DEFINE= X11 X11_USE= XORG=x11 |