From ceb3384b52caea7ee099c00dc98fd0e7cbcf56fa Mon Sep 17 00:00:00 2001 From: fhajny Date: Wed, 9 Mar 2016 10:22:06 +0000 Subject: Limit databases/wiredtiger to x86_64 platforms, no support for others. --- databases/wiredtiger/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases') 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" -- cgit v1.2.3