diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-02 05:23:14 +0800 |
commit | 3a5a6c80458cf7ec0f98f8934c5d17419c8da11d (patch) | |
tree | c81589bd52dcd80b0393c9e33f73dd8e4056e7bf /lang/phantomjs | |
parent | 8910f415b1b570e1d9110dc0a2f5edf7e32ade6b (diff) | |
download | freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.gz freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.tar.zst freebsd-ports-gnome-3a5a6c80458cf7ec0f98f8934c5d17419c8da11d.zip |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'lang/phantomjs')
-rw-r--r-- | lang/phantomjs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 78007dbc49a6..edc4f97ed5c8 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig PROJECTHOST= phantomjs -USE_GCC= 4.2+ USES= gmake dos2unix pkgconfig +USE_GCC= any USE_ZIP= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |