diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 00:59:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 01:03:57 +0000 |
commit | 0d2a9462e14dcf7bba896bb0f51cc3e65d25a6ac (patch) | |
tree | 6974b96ca0680f1585d8763f87d96ac609853d3c /irc | |
parent | 166e84223af4a3c49f707311480f53828c6531cd (diff) | |
download | freebsd-ports-0d2a9462e14dcf7bba896bb0f51cc3e65d25a6ac.zip |
irc/hexchat: drop unused variable after 2c672a4de941
Reported by: portscan, portlint
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hexchat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 7084ed94dd51..8c71d7c0cb85 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -30,8 +30,6 @@ SHEBANG_FILES= meson_post_install.py \ USE_GNOME= cairo gdkpixbuf2 gtk20 intltool libxml2 USE_XORG= x11 -INSTALLS_ICONS=yes - MESON_ARGS= -Dtls=enabled -Dgtk-frontend=true -Dwith-python=python-${PYTHON_VER} SUB_FILES= pkg-message |