aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-09-19 17:23:59 +0000
committerMark Felder <feld@FreeBSD.org>2016-09-19 17:23:59 +0000
commit396d97c02683622fdb66d7210a04e04ab9228e1c (patch)
treee1c5493ce327bf2e04492a0a5d94b4b2086adf1b
parentcf352c44232e6fe17eced6ba2b03592e73f7878e (diff)
downloadports-396d97c02683622fdb66d7210a04e04ab9228e1c.tar.gz
ports-396d97c02683622fdb66d7210a04e04ab9228e1c.zip
MFH: r422451
lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2016Q3/; revision=422452
-rw-r--r--lang/phantomjs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile
index c837ab1de13c..a31cf7b6e72c 100644
--- a/lang/phantomjs/Makefile
+++ b/lang/phantomjs/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png
PROJECTHOST= phantomjs
-USES= bison:build compiler gmake gperf jpeg perl5 pkgconfig python:build zip
+USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip
USE_PERL5= build
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS= yes
@@ -31,11 +31,6 @@ NO_CCACHE= yes
USE_XORG= x11
-# Hack for FreeBSD 9. Without it mysteriously switches from
-# clang++ to c++ which ends in build failure.
-CC=clang
-CXX=clang++
-
# NOTE:
# build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.