From da815c61263866fd4a4669f9ec527bd156595a62 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Mar 2021 19:11:59 +0000 Subject: Do not build this port on i386 --- graphics/openjph/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics') diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index 28c39cb8b71e..d68484fca637 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -12,6 +12,9 @@ COMMENT= Open-source implementation of JPEG2000 Part-15 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= is currently 64-bit only + USES= cmake compiler:c++11-lang pathfix CMAKE_ON= BUILD_SHARED_LIBS -- cgit v1.2.3