aboutsummaryrefslogtreecommitdiffstats
path: root/lang/phantomjs
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-08 14:53:18 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-08 14:53:18 +0800
commit5462acebcbedf46c444e72b3db12e96c213dfb51 (patch)
tree6601f032733d5e647eaaa653a73f5bd5096b777c /lang/phantomjs
parentb307fb05622187692b1d7d0f3eff404fd94da938 (diff)
downloadfreebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.tar.gz
freebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.tar.zst
freebsd-ports-gnome-5462acebcbedf46c444e72b3db12e96c213dfb51.zip
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'lang/phantomjs')
-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>