diff options
-rw-r--r-- | graphics/s2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile index 8b7c5d965555..bca14f435eda 100644 --- a/graphics/s2/Makefile +++ b/graphics/s2/Makefile @@ -12,6 +12,9 @@ COMMENT= S2 Geometry Library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= is currently 64-bit only + LIB_DEPENDS= libgtest.so:devel/googletest USES= cmake compiler:c++11-lang localbase ssl |