1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

databases/foundationdb-devel: skip non-amd64 arch

Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2020-01-30 08:26:22 +00:00
parent 96061f03f1
commit 60b08e7f73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524637

View File

@ -10,6 +10,9 @@ COMMENT= Distributed, transactional key-value store
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libeio.so:devel/libeio