diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-10-04 15:20:51 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-10-04 15:20:51 +0000 |
commit | 8d9d09260b862c19f7f752311e28d1142b79f624 (patch) | |
tree | 8fc82b59a8c6c347351a0768360c7980a2a97eba /lang | |
parent | c0dbb2ded6098342244dfe738c4a50ed7532983f (diff) | |
download | ports-8d9d09260b862c19f7f752311e28d1142b79f624.tar.gz ports-8d9d09260b862c19f7f752311e28d1142b79f624.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/phantomjs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index d86f7a97974a..f1f9c9d9a6bf 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -5,6 +5,7 @@ PORTVERSION= 2.0.0 PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ariya/phantomjs/downloads/ +PROJECTHOST= phantomjs DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= feld@FreeBSD.org @@ -22,7 +23,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ BROKEN_sparc64= does not link on sparc64 BROKEN_FreeBSD_9_i386= does not build -PROJECTHOST= phantomjs USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip USE_PERL5= build USE_RUBY= yes @@ -32,7 +32,10 @@ PLIST_FILES= bin/phantomjs #PATCH_DEBUG= yes NO_CCACHE= yes -USE_XORG= x11 +OPTIONS_DEFINE= X11 +X11_USE= XORG=x11 + +.include <bsd.port.options.mk> # NOTE: # build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it. |