summaryrefslogtreecommitdiff
path: root/databases/mongodb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mongodb/Makefile')
-rw-r--r--databases/mongodb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index a771b291736..f471d1e596a 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/04/29 21:31:30 adam Exp $
+# $NetBSD: Makefile,v 1.28 2018/07/03 05:03:06 adam Exp $
DISTNAME= mongodb-src-r3.4.4
PKGNAME= ${DISTNAME:S/src-r//:S/-rc/rc/}
@@ -29,7 +29,7 @@ SCONS_ARGS+= --use-system-zlib
SCONS_ARGS+= --js-engine=mozjs
SCONS_ARGS+= --release
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet supported as of 3.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet supported as of 3.0.4
.include "../../mk/bsd.prefs.mk"