diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2020-01-30 08:26:22 +0000 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2020-01-30 08:26:22 +0000 |
commit | 60b08e7f732cef4901f46004433d1ed998bc0cad (patch) | |
tree | 0905c0e1c5e91b39b994cf068dc6b3f10c2dde3a | |
parent | - Update to 7.11.1 (diff) |
databases/foundationdb-devel: skip non-amd64 arch
Sponsored by: SkunkWerks, GmbH
Notes
Notes:
svn path=/head/; revision=524637
-rw-r--r-- | databases/foundationdb-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/foundationdb-devel/Makefile b/databases/foundationdb-devel/Makefile index d37b93fb0485..a23a40c4359d 100644 --- a/databases/foundationdb-devel/Makefile +++ b/databases/foundationdb-devel/Makefile @@ -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 |