diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-01 06:35:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-01 06:35:50 +0000 |
commit | 098411e1ac669174ad09477b9abac2d79a405ad8 (patch) | |
tree | 2d2f95ae9a0a04ee003f332f93ab5426bb891133 /lang/phantomjs | |
parent | 804ca377afc16f3e1d39c92e6803dde6c29a6ced (diff) | |
download | ports-098411e1ac669174ad09477b9abac2d79a405ad8.tar.gz ports-098411e1ac669174ad09477b9abac2d79a405ad8.zip |
Notes
Diffstat (limited to 'lang/phantomjs')
-rw-r--r-- | lang/phantomjs/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index e86707dd13f8..d86f7a97974a 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -19,6 +19,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libicui18n.so:devel/icu \ libpng.so:graphics/png +BROKEN_sparc64= does not link on sparc64 +BROKEN_FreeBSD_9_i386= does not build + PROJECTHOST= phantomjs USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip USE_PERL5= build @@ -54,10 +57,4 @@ do-build: do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${STAGEDIR}${PREFIX}/bin/ -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not link on sparc64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |