diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 00:25:52 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 00:25:52 +0000 |
commit | 3c0653592c311d1a0447f9e97ba7edb4852ec722 (patch) | |
tree | 9d654179bf24bb17e7aaafe54556a629a4168ad9 | |
parent | 9a162d569957350508d5565bfc906a8e45c0a7e3 (diff) | |
download | FreeBSD-ports-3c0653592c311d1a0447f9e97ba7edb4852ec722.zip FreeBSD-ports-3c0653592c311d1a0447f9e97ba7edb4852ec722.tar.gz |
Mark not-for-archs for armv6.
-rw-r--r-- | lang/phantomjs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 3b410ae..d8d9a6a 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ BROKEN_powerpc64= fails to build: g++48: not found BROKEN_sparc64= does not link on sparc64 +NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS_REASON= Platform.h: Not supported ARM architecture USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build ssl sqlite USE_GNOME+= libxml2 |