summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-10-12 12:56:12 +0200
committerTobias Kortkamp <tobik@FreeBSD.org>2021-10-12 17:01:38 +0200
commitae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 (patch)
tree4747a7134a94cc32a8fd0c2486c70da30fe53489 /irc
parentdevel/rust-analyzer: Update to 2021-10-11 (diff)
*: Clean up some things
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
Diffstat (limited to 'irc')
-rw-r--r--irc/hexchat/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 6cf15d98c8bb..1d96aa0a14e4 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -38,7 +38,7 @@ PORTDOCS= *
OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA PERL TEXTFE \
SYSINFO
-OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL
+OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS PERL
OPTIONS_SUB= yes
@@ -49,8 +49,6 @@ TEXTFE_DESC= Text frontend
SYSINFO_DESC= Sysinfo plugin
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-CA_BUNDLE_VARS= CA_BUNDLE="${LOCALBASE}/share/certs/ca-root-nss.crt"
-CA_BUNDLE_VARS_OFF= CA_BUNDLE=NULL
CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra
CANBERRA_MESON_ON= -Dlibcanberra=enabled
CANBERRA_MESON_OFF= -Dlibcanberra=disabled
@@ -62,8 +60,6 @@ LUA_MESON_ON= -Dwith-lua=lua-${LUA_VER}
LUA_MESON_OFF= -Dwith-lua=false
LUA_USES= lua
LUA_USE= GCC=any
-NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
-NOTIFY_MESON_TRUE= with-libnotify
PERL_MESON_TRUE= with-perl
PERL_USES= perl5
TEXTFE_MESON_TRUE= text-frontend