diff options
author | crees <crees@FreeBSD.org> | 2012-02-28 04:28:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-02-28 04:28:30 +0800 |
commit | 653097f42519296f6641cffe1b8b25a81a51a870 (patch) | |
tree | 7a809c44645ef1e8f483a9bae8ad6506d4df0bb3 /irc | |
parent | 4c982ba9eda91bfa49858c4f1b9c31c5b9c5a360 (diff) | |
download | freebsd-ports-gnome-653097f42519296f6641cffe1b8b25a81a51a870.tar.gz freebsd-ports-gnome-653097f42519296f6641cffe1b8b25a81a51a870.tar.zst freebsd-ports-gnome-653097f42519296f6641cffe1b8b25a81a51a870.zip |
Restore missing DEBUG option
PR: ports/165476
Submitted by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 6 |
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 \ |