summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-04 18:49:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-04 18:49:39 +0000
commit1c2f908eb680b11af0ff72beaab7c43306aa1a27 (patch)
tree3f5f86d94180a3798e91e0291643d1376434c987
parent- Fix from r407972 was broken by PORTREVISION bump. Fix the port properly and... (diff)
- Disable ccache for this port: it fails to build by not respecting the environment:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=408075
-rw-r--r--lang/phantomjs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile
index 89f8122b883e..36e25db84adc 100644
--- a/lang/phantomjs/Makefile
+++ b/lang/phantomjs/Makefile
@@ -26,6 +26,7 @@ RUBY_NO_RUN_DEPENDS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/phantomjs
#PATCH_DEBUG= yes
+NO_CCACHE= yes
# NOTE:
# build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.