svn commit: r461659 - head/databases/mongodb36

Antoine Brodin antoine at FreeBSD.org
Mon Feb 12 22:07:04 UTC 2018


Author: antoine
Date: Mon Feb 12 22:07:03 2018
New Revision: 461659
URL: https://svnweb.freebsd.org/changeset/ports/461659

Log:
  mongodb36 fails to build with DEFAULT_VERSIONS=python=3.6

Modified:
  head/databases/mongodb36/Makefile

Modified: head/databases/mongodb36/Makefile
==============================================================================
--- head/databases/mongodb36/Makefile	Mon Feb 12 22:03:18 2018	(r461658)
+++ head/databases/mongodb36/Makefile	Mon Feb 12 22:07:03 2018	(r461659)
@@ -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


More information about the svn-ports-all mailing list