diff -ruN --exclude=CVS /usr/ports/irc/weechat-devel.orig/Makefile /usr/ports/irc/weechat-devel/Makefile --- /usr/ports/irc/weechat-devel.orig/Makefile 2012-02-21 06:13:22.000000000 +0000 +++ /usr/ports/irc/weechat-devel/Makefile 2012-02-25 19:44:41.062229287 +0000 @@ -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 @@ 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 @@ 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 \