aboutsummaryrefslogtreecommitdiffstats
path: root/irc
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 /irc
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 'irc')
-rw-r--r--irc/quassel/Makefile6
-rw-r--r--irc/weechat-devel/Makefile4
-rw-r--r--irc/weechat/Makefile4
3 files changed, 0 insertions, 14 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 767dac3280f1..3da43c7dc71b 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -74,12 +74,6 @@ QUASSEL_CLIENT= OFF
PLIST_SUB+= CLIENT="@comment "
.endif
-.if defined(WITH_DEBUG)
-CMAKE_BUILD_TYPE= RelWithDebugInfo
-.else
-CMAKE_BUILD_TYPE= Release
-.endif
-
pre-configure:
.if defined(WITHOUT_NLS)
${REINPLACE_CMD} -e '/add_subdirectory(i18n)/d' \
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index a16e46ac2b1b..0017cb17a982 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -41,10 +41,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-6929486
.include <bsd.port.options.mk>
-.if defined(WITH_DEBUG)
-CMAKE_BUILD_TYPE= Debug
-.endif
-
.if defined(WITHOUT_CHARSET)
CMAKE_ARGS+= -DENABLE_CHARSET=no
PLIST_SUB+= CHARSET="@comment "
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 3507f0eca5bd..9cec4e8e0860 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -35,10 +35,6 @@ OPTIONS= RUBY "Ruby scripting support." Off \
.include <bsd.port.options.mk>
-.if defined(WITH_DEBUG)
-CMAKE_BUILD_TYPE= Debug
-.endif
-
.if defined(WITHOUT_CHARSET)
CMAKE_ARGS+= -DENABLE_CHARSET=no
PLIST_SUB+= CHARSET="@comment "