diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 06:53:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 06:53:18 +0000 |
commit | f12a5af99738c5338803804fb0022386f48687b9 (patch) | |
tree | 6601f032733d5e647eaaa653a73f5bd5096b777c /lang/phantomjs | |
parent | 4d3a4412c360cc926b470de73754e700e674e521 (diff) | |
download | ports-f12a5af99738c5338803804fb0022386f48687b9.tar.gz ports-f12a5af99738c5338803804fb0022386f48687b9.zip |
Notes
Diffstat (limited to 'lang/phantomjs')
-rw-r--r-- | lang/phantomjs/Makefile | 8 |
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> |