diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 13:14:00 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 13:40:20 +0200 |
commit | c590606330315894c6d2c71f779e535d92c50e51 (patch) | |
tree | ed8da9b2dfee20301e38e0965b6f3f717e68b601 /irc | |
parent | 7028ff34c5aef6e719e04395777e93950e10b41b (diff) | |
download | freebsd-ports-c590606330315894c6d2c71f779e535d92c50e51.zip |
irc/irssi: Drop nop TRUECOLOR_DESC
Reported by: portfmt scan
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 4bd888e508a7..db30aedfa747 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -27,7 +27,6 @@ OPTIONS_SUB= yes BOT_DESC= Bot support CAPSICUM_DESC= Capsicum support OTR_DESC= OTR (off-the-record) support -TRUECOLOR_DESC= True color support UTF8PROC_DESC= utf8proc support BOT_MESON_YES= with-bot |