Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 15:45:56 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502581 - head/databases/mongodb34
Message-ID:  <201905251545.x4PFjumf019155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 15:45:55 2019
New Revision: 502581
URL: https://svnweb.freebsd.org/changeset/ports/502581

Log:
  databases/mongodb34: Remove nop CHOSEN_COMPILER_TYPE
  
  It is set by USES=compiler.

Modified:
  head/databases/mongodb34/Makefile

Modified: head/databases/mongodb34/Makefile
==============================================================================
--- head/databases/mongodb34/Makefile	Sat May 25 15:31:23 2019	(r502580)
+++ head/databases/mongodb34/Makefile	Sat May 25 15:45:55 2019	(r502581)
@@ -30,8 +30,6 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/
 CONFLICTS_BUILD=	mongo-cxx-driver
 CONFLICTS_INSTALL=	mongodb36 mongodb40
 
-CHOSEN_COMPILER_TYPE=	clang
-
 USES=		compiler:c++14-lang cpe dos2unix python:build scons
 DOS2UNIX_FILES=	src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/bid_functions.h
 



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