diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-13 06:07:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-13 06:07:03 +0800 |
commit | 1f8e01df6e0a0b7224e2ad48ff08961e49edebd9 (patch) | |
tree | 50cd04a168fe65c100a9b505bc9f8c92d6546d08 /databases | |
parent | 07f0b7ed0021b4d57d3dde13fa0f02768ca6a9df (diff) | |
download | freebsd-ports-gnome-1f8e01df6e0a0b7224e2ad48ff08961e49edebd9.tar.gz freebsd-ports-gnome-1f8e01df6e0a0b7224e2ad48ff08961e49edebd9.tar.zst freebsd-ports-gnome-1f8e01df6e0a0b7224e2ad48ff08961e49edebd9.zip |
mongodb36 fails to build with DEFAULT_VERSIONS=python=3.6
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mongodb36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb36/Makefile b/databases/mongodb36/Makefile index e942d01e67bb..72082121f065 100644 --- a/databases/mongodb36/Makefile +++ b/databases/mongodb36/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ CONFLICTS_BUILD= mongo-cxx-driver CONFLICTS_INSTALL= mongodb[32-4]* -USES= compiler:c++14-lang cpe python:build scons shebangfix +USES= compiler:c++14-lang cpe python:2.7,build scons shebangfix USE_RC_SUBR= mongod SHEBANG_FILES= src/mongo/installer/compass/install_compass.in |