aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-09 06:54:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-09 06:54:26 +0000
commitfccb51504076c4ba495961dd9984a211543b397f (patch)
treef1140092a19fdf7f8f828cb27c2fb0dea5e0b021 /databases
parenta481cfeafcf47fb90877c25562f4bd56bfedcc57 (diff)
downloadports-fccb51504076c4ba495961dd9984a211543b397f.tar.gz
ports-fccb51504076c4ba495961dd9984a211543b397f.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/tarantool/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index ed7b386f33ad..6b320c2ed0e1 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD
TR_REV= 96-gae1ec01
MAKE_JOBS_UNSAFE=yes
-USES= cmake gettext:build gmake iconv perl5
+USES= cmake gettext:build gmake iconv perl5 compiler:c++11-lang
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
@@ -25,7 +25,6 @@ CLIENT_DESC= Enable client
DEBUG_DESC= Enable debug
MYSQL_DESC= Install MySQL plugin
PGSQL_DESC= Install PostgreSQL plugin
-USE_BINUTILS= yes
OPTIONS_DEFAULT=CLIENT
@@ -35,22 +34,6 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900014 && !exists(${LOCALBASE}/bin/clang33)
-# No clang++ installed, use GCC from ports:
-USE_GCC= 4.6+
-.else
-.if ${OSVERSION} < 1000052
-BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33
-CC= clang33
-CXX= clang++33
-CPP= clang-cpp33
-.else
-CC= clang
-CXX= clang++
-CPP= clang-cpp
-.endif
-.endif
-
.if ${PORT_OPTIONS:MCLIENT}
CMAKE_ARGS+= -DENABLE_CLIENT=true
PLIST_SUB+= CLIENT=""