summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/wiredtiger/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/wiredtiger/Makefile b/databases/wiredtiger/Makefile
index 7b7ca00a16a..5576b53e1e0 100644
--- a/databases/wiredtiger/Makefile
+++ b/databases/wiredtiger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/02/26 15:52:08 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/09 10:22:06 fhajny Exp $
DISTNAME= wiredtiger-2.7.0
CATEGORIES= databases
@@ -16,6 +16,9 @@ USE_LANGUAGES= c c++
.include "options.mk"
+# WiredTiger only supports x86_64 platforms
+ONLY_FOR_PLATFORM= *-*-x86_64
+
PKGCONFIG_OVERRIDE+= build_posix/wiredtiger.pc.in
.include "../../mk/bsd.pkg.mk"