Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2016 15:21:25 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r423268 - branches/2016Q4/lang/phantomjs
Message-ID:  <201610041521.u94FLPpj021458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Oct  4 15:21:25 2016
New Revision: 423268
URL: https://svnweb.freebsd.org/changeset/ports/423268

Log:
  MFH: r423267
  
  lang/phantomjs: Do not enable X11 support by default
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/lang/phantomjs/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/lang/phantomjs/Makefile
==============================================================================
--- branches/2016Q4/lang/phantomjs/Makefile	Tue Oct  4 15:20:51 2016	(r423267)
+++ branches/2016Q4/lang/phantomjs/Makefile	Tue Oct  4 15:21:25 2016	(r423268)
@@ -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?201610041521.u94FLPpj021458>