Date: Tue, 4 Oct 2016 15:20:51 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423267 - head/lang/phantomjs Message-ID: <201610041520.u94FKpFY019719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Oct 4 15:20:51 2016 New Revision: 423267 URL: https://svnweb.freebsd.org/changeset/ports/423267 Log: lang/phantomjs: Do not enable X11 support by default MFH: 2016Q4 Modified: head/lang/phantomjs/Makefile Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Tue Oct 4 15:19:39 2016 (r423266) +++ head/lang/phantomjs/Makefile Tue Oct 4 15:20:51 2016 (r423267) @@ -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/freety 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041520.u94FKpFY019719>