diff options
author | linimon <linimon@FreeBSD.org> | 2015-10-06 12:42:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-10-06 12:42:28 +0800 |
commit | 49b9c47e6cf4a434079501fadc6e6daeff2619d6 (patch) | |
tree | cadffd6b1b20f0e5e31dbd5b137c4f8ce60144c8 /databases | |
parent | 96505dfca864f92c456965afc9d34d102e7bc83f (diff) | |
download | freebsd-ports-gnome-49b9c47e6cf4a434079501fadc6e6daeff2619d6.tar.gz freebsd-ports-gnome-49b9c47e6cf4a434079501fadc6e6daeff2619d6.tar.zst freebsd-ports-gnome-49b9c47e6cf4a434079501fadc6e6daeff2619d6.zip |
Mark as ignore on sparc64: not yet ported to this architecture.
Hat: sparc64 blanket
Diffstat (limited to 'databases')
-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} |