aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-04-10 16:48:14 +0800
committermakc <makc@FreeBSD.org>2011-04-10 16:48:14 +0800
commit515b435158d555d4f67d5bdc364ca4486d3ab17b (patch)
tree68106263df1b9b62e5c40779df6c0e9b8d9bf111 /games
parent5d3253339654a90e573fc87b551fccb8f6a91535 (diff)
downloadfreebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.gz
freebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.tar.zst
freebsd-ports-gnome-515b435158d555d4f67d5bdc364ca4486d3ab17b.zip
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth-devel/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
index 3dc43f87e48d..df2faa39eac6 100644
--- a/games/wesnoth-devel/Makefile
+++ b/games/wesnoth-devel/Makefile
@@ -50,10 +50,6 @@ OPTIONS= ANA "Enable Asynchronous Network API (WIP)" On \
.include <bsd.port.options.mk>
-.if defined(WITH_DEBUG)
-CMAKE_BUILD_TYPE= debug
-.endif
-
# XXX: breaks compilation because of -Werror
.if !defined(WITH_STRICT)
CMAKE_ARGS+= -DENABLE_STRICT_COMPILATION=off