diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-30 19:11:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-30 19:11:59 +0000 |
commit | da815c61263866fd4a4669f9ec527bd156595a62 (patch) | |
tree | 774da63931dce88fee96b845df2e6a3f834394a4 | |
parent | Add py-aniso86016 6.0.0 (copied from py-aniso8601) (diff) |
Do not build this port on i386
Notes
Notes:
svn path=/head/; revision=569571
-rw-r--r-- | graphics/openjph/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |