Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 22:07:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461659 - head/databases/mongodb36
Message-ID:  <201802122207.w1CM73la010043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122207.w1CM73la010043>