pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mongo-c-driver This builds fine on NetBSD; r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/349a8f235f4e
branches:  trunk
changeset: 643891:349a8f235f4e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 09:50:31 2015 +0000

description:
This builds fine on NetBSD; remove bogus NOT_FOR_PLATFORM.

diffstat:

 databases/mongo-c-driver/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 944574814dee -r 349a8f235f4e databases/mongo-c-driver/Makefile
--- a/databases/mongo-c-driver/Makefile Thu Jan 01 09:48:58 2015 +0000
+++ b/databases/mongo-c-driver/Makefile Thu Jan 01 09:50:31 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/12/12 11:35:05 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/01 09:50:31 dholland Exp $
 
 DISTNAME=      mongo-c-driver-1.0.2
 CATEGORIES=    databases
@@ -13,7 +13,7 @@
 BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
 
 # Requires shm_open()
-NOT_FOR_PLATFORM+=     NetBSD-*-* OpenBSD-*-*
+NOT_FOR_PLATFORM+=     OpenBSD-*-*
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index