aboutsummaryrefslogtreecommitdiff
path: root/databases/tarantool
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-12-04 18:48:48 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-12-04 18:48:48 +0000
commit064f57d542699094f5386d4021ab5656bc67d659 (patch)
tree5061d096f918b500469fe8a4783a99b34e561de2 /databases/tarantool
parentc617959ef58a474d834596517f12f87c77a9fd3b (diff)
downloadports-064f57d542699094f5386d4021ab5656bc67d659.tar.gz
ports-064f57d542699094f5386d4021ab5656bc67d659.zip
Notes
Diffstat (limited to 'databases/tarantool')
-rw-r--r--databases/tarantool/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 7e46c35e6fee..c67e19e3ba6e 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -47,11 +47,11 @@ PLIST_SUB+= CLIENT="@comment "
.endif
.if ${PORT_OPTIONS:MDEBUG}
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=RelWithDebugInfo \
- -DENABLE_BACKTRACE=ON
+CMAKE_BUILD_TYPE= RelWithDebugInfo
+CMAKE_ARGS+= -DENABLE_BACKTRACE=ON
.else
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Rel \
- -DENABLE_BACKTRACE=OFF
+CMAKE_BUILD_TYPE= Rel
+CMAKE_ARGS+= -DENABLE_BACKTRACE=OFF
.endif
.if ${PORT_OPTIONS:MMYSQL}