aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-02-27 20:28:30 +0000
committerChris Rees <crees@FreeBSD.org>2012-02-27 20:28:30 +0000
commit20162f2f62a9f0198c4e0ca33e75783c8fc1b8ab (patch)
treec84adf88f0d41129ee9f1ca2c41fbbf96f2ea129 /irc/weechat-devel
parent3ca48c54d4e419d7216f1b22c33975702d51ed42 (diff)
Restore missing DEBUG option
PR: ports/165476 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=292322
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index b5b7fb86332c..b368cb1f479c 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 20120219
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/
PKGNAMESUFFIX= -devel
@@ -29,6 +30,10 @@ WANT_PERL= yes
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
+# Please note: the DEBUG option is *NOT* empty, it is utilised by
+# bsd.cmake.mk to set the cmake build type to Debug instead of
+# Release.
+
OPTIONS= RUBY "Ruby scripting support" Off \
PYTHON "Python scripting support" Off \
PERL "Perl scripting support" Off \
@@ -37,6 +42,7 @@ OPTIONS= RUBY "Ruby scripting support" Off \
GUILE "Guile scripting support" Off \
CHARSET "Charset support" On \
BACKTRACE "Backtraces" On \
+ DEBUG "Debugging" On \
ASPELL "Spell checking" Off \
GNUTLS "GNU TLS" Off \
NLS "NLS support" On \