summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-23 00:10:33 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-23 00:10:33 +0000
commita04cfcd84cc9b2938dac68560518d8099f7d3030 (patch)
treed6288443dff1729e3137b57ee2f5dd3f84a7e4c6 /databases
parent- Update tac_plus4 to 4.0.4.28 (diff)
databases/libnvpair: Limit to amd64 and i386
The ARMv6, mips, and mips64 builds are all failing on the isa.defs.h support check and there's no ETA for a support fix.
Notes
Notes: svn path=/head/; revision=402252
Diffstat (limited to 'databases')
-rw-r--r--databases/libnvpair/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libnvpair/Makefile b/databases/libnvpair/Makefile
index 6c6d97af40f3..fe17b6201b41 100644
--- a/databases/libnvpair/Makefile
+++ b/databases/libnvpair/Makefile
@@ -10,6 +10,8 @@ COMMENT= Illumos name-value pair library
LICENSE= CDDL
+ONLY_FOR_ARCHS= amd64 i386
+
GH_ACCOUNT= jrmarino
USE_GITHUB= yes