diff options
-rw-r--r-- | databases/tarantool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 929d5136c610..f6f5b152babb 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -51,6 +51,9 @@ DEBUG_DESC= Enable debug EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_trivia_config.h.cmake .endif +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} |