aboutsummaryrefslogtreecommitdiff
path: root/lang/phantomjs/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 06:53:18 +0000
commitf12a5af99738c5338803804fb0022386f48687b9 (patch)
tree6601f032733d5e647eaaa653a73f5bd5096b777c /lang/phantomjs/Makefile
parent4d3a4412c360cc926b470de73754e700e674e521 (diff)
downloadports-f12a5af99738c5338803804fb0022386f48687b9.tar.gz
ports-f12a5af99738c5338803804fb0022386f48687b9.zip
Mark as broken on sparc64.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=303870
Diffstat (limited to 'lang/phantomjs/Makefile')
-rw-r--r--lang/phantomjs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile
index 56557844c693..01c6c8553bf9 100644
--- a/lang/phantomjs/Makefile
+++ b/lang/phantomjs/Makefile
@@ -38,4 +38,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtNetwork.so.4 ${PREFIX}/lib/phantomjs/
cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtCore.so.4 ${PREFIX}/lib/phantomjs/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not link on sparc64
+.endif
+
+.include <bsd.port.post.mk>