diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-10 08:48:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-10 08:48:14 +0000 |
commit | 132402b35427fd40cbf246eb787e62a57d7a0142 (patch) | |
tree | ee40757d51a32988ed1a2b62b6a9db25f59f50df /irc/weechat | |
parent | 01b7b5c8899ea304e85a36f11e67de252308878c (diff) | |
download | ports-132402b35427fd40cbf246eb787e62a57d7a0142.tar.gz ports-132402b35427fd40cbf246eb787e62a57d7a0142.zip |
Notes
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 " |