diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 05:03:01 +0000 |
commit | 3445d075bebfeeda915b20c358b79af5b9db8895 (patch) | |
tree | f5adf48498a05775bea8c492276fdbad87e6ff60 /databases/mongodb | |
parent | 03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff) | |
download | pkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz |
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'databases/mongodb')
-rw-r--r-- | databases/mongodb/Makefile | 4 |
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" |