aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-03-03 12:56:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-03-03 12:56:15 +0000
commitb2dcd7927c415db235d12ae921d35c3e57779584 (patch)
tree9b47606be4df16d47655e2b06e949876ce23056c /irc/irssi
parent88be83645d3d1fd15b3db7c16b84b0a8be575681 (diff)
downloadports-b2dcd7927c415db235d12ae921d35c3e57779584.tar.gz
ports-b2dcd7927c415db235d12ae921d35c3e57779584.zip
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port with debugging symbols enabled, they either set WITH_DEBUG globally, or WITH_DEBUG_PORTS+=category/port. Approved by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23940
Notes
Notes: svn path=/head/; revision=527673
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 2fd14dfd0d79..9776efd8c541 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -19,7 +19,7 @@ USE_GNOME= glib20
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
+OPTIONS_DEFINE= BOT CAPSICUM DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY SOCKS TRUECOLOR
OPTIONS_SUB= yes
@@ -27,8 +27,6 @@ BOT_DESC= Bot support
BOT_CONFIGURE_WITH= bot
CAPSICUM_DESC= Capsicum support
CAPSICUM_CONFIGURE_WITH= capsicum
-DEBUG_DESC= Build with debug symbols
-DEBUG_VARS= WITH_DEBUG=yes
OTR_DESC= OTR (off-the-record) support
OTR_CONFIGURE_ON= --with-otr \
--with-libotr-inc-prefix=${PREFIX}/include