summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 09:50:31 +0000
committerdholland <dholland>2015-01-01 09:50:31 +0000
commit76a14491bec9671c868b4c694b783815d4789922 (patch)
treeee08cef56e58a81ea6db36b4dba4e3e92d42e1f5 /databases/mongo-c-driver
parentdbbb623afdae222968a862e41ec177b13e1aab5c (diff)
downloadpkgsrc-76a14491bec9671c868b4c694b783815d4789922.tar.gz
This builds fine on NetBSD; remove bogus NOT_FOR_PLATFORM.
Diffstat (limited to 'databases/mongo-c-driver')
-rw-r--r--databases/mongo-c-driver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongo-c-driver/Makefile b/databases/mongo-c-driver/Makefile
index 9e29b0169c2..58a3ba8f71a 100644
--- a/databases/mongo-c-driver/Makefile
+++ b/databases/mongo-c-driver/Makefile
@@ -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+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
# Requires shm_open()
-NOT_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-*
+NOT_FOR_PLATFORM+= OpenBSD-*-*
.include "options.mk"