diff options
author | feld <feld@FreeBSD.org> | 2016-10-04 23:20:51 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-10-04 23:20:51 +0800 |
commit | 9d086a5be8055b653c7c5c0aa55e3edf98835a40 (patch) | |
tree | 8fc82b59a8c6c347351a0768360c7980a2a97eba /lang | |
parent | e47900fd05ca5d38ee48df7b8e8b04f6e5904644 (diff) | |
download | freebsd-ports-gnome-9d086a5be8055b653c7c5c0aa55e3edf98835a40.tar.gz freebsd-ports-gnome-9d086a5be8055b653c7c5c0aa55e3edf98835a40.tar.zst freebsd-ports-gnome-9d086a5be8055b653c7c5c0aa55e3edf98835a40.zip |
lang/phantomjs: Do not enable X11 support by default
MFH: 2016Q4
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. |