aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-07-21 10:54:08 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-07-21 10:54:08 +0000
commit7dec2ff00a28c7bc70c4d40026887ee4d4d7c33c (patch)
tree0341a7ac8f2eb57ea289902d02e8f5ff1bfbbe7e /irc/irssi
parent55c3a36735459591fcff264758a316a72e91f552 (diff)
downloadports-7dec2ff00a28c7bc70c4d40026887ee4d4d7c33c.tar.gz
ports-7dec2ff00a28c7bc70c4d40026887ee4d4d7c33c.zip
irc/irssi: Enable by default all options that add no dependencies
* Make all options as default ones that don't introduce further dependencies to save users from compiling those features themselves. PR: 239252 Submitted by: David O'Rourke (maintainer) Reported by: cm@sdf.org MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=507042
Diffstat (limited to 'irc/irssi')
-rw-r--r--irc/irssi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index e80ca3ce95ea..4bef2064a59d 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -2,6 +2,7 @@
PORTNAME= irssi
PORTVERSION= 1.2.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= irc
MASTER_SITES= https://github.com/irssi/irssi/releases/download/${PORTVERSION}/
@@ -20,7 +21,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= BOT CAPSICUM DEBUG DOCS OTR PERL PROXY SOCKS TRUECOLOR UTF8PROC
-OPTIONS_DEFAULT= CAPSICUM PERL
+OPTIONS_DEFAULT= BOT CAPSICUM PERL PROXY SOCKS TRUECOLOR
OPTIONS_SUB= yes
BOT_DESC= Bot support