config_query_option HEXCHAT_OPTS "Build the text frontend?" n \
"--enable-textfe" \
@@ -25,10 +27,6 @@ if list_find "$HEXCHAT_OPTS" "--enable-plugin"; then
"--enable-checksum" \
"--disable-checksum" &&
- config_query_option HEXCHAT_OPTS "Enable Do At plugin?" y \
- "--enable-doat" \
- "--disable-doat" &&
-
config_query_option HEXCHAT_OPTS "Enable FiSHLiM plugin?" y \
"--enable-fishlim" \
"--disable-fishlim" &&
diff --git a/chat-irc/hexchat/DEPENDS b/chat-irc/hexchat/DEPENDS
index a120e1a..8e05a62 100755
--- a/chat-irc/hexchat/DEPENDS
+++ b/chat-irc/hexchat/DEPENDS
@@ -1,4 +1,5 @@
depends glib2 &&
+depends autoconf-archive &&