summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-09 10:32:51 +0000
committernia <nia@pkgsrc.org>2019-07-09 10:32:51 +0000
commit02e81b88078aaebcb07d593f9c737e2755a0c781 (patch)
tree8966d22968ef0930b97f331ccdc432781b68d1be /chat
parent3b1698e3e6f7687da1a748b15133e3c88949887e (diff)
downloadpkgsrc-02e81b88078aaebcb07d593f9c737e2755a0c781.tar.gz
hexchat: Remove libsexy option, it isn't used any more.
Diffstat (limited to 'chat')
-rw-r--r--chat/hexchat/MESSAGE6
-rw-r--r--chat/hexchat/options.mk10
2 files changed, 9 insertions, 7 deletions
diff --git a/chat/hexchat/MESSAGE b/chat/hexchat/MESSAGE
new file mode 100644
index 00000000000..56993720615
--- /dev/null
+++ b/chat/hexchat/MESSAGE
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2019/07/09 10:32:51 nia Exp $
+
+To enable spell checking, make sure enchant2 is installed.
+
+===========================================================================
diff --git a/chat/hexchat/options.mk b/chat/hexchat/options.mk
index 36f97181b70..1537fb7784e 100644
--- a/chat/hexchat/options.mk
+++ b/chat/hexchat/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.6 2018/03/17 11:56:15 tnn Exp $
+# $NetBSD: options.mk,v 1.7 2019/07/09 10:32:51 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat
PKG_SUPPORTED_OPTIONS= dbus gtk2 libcanberra libnotify libpci libproxy
-PKG_SUPPORTED_OPTIONS+= libsexy lua openssl perl python
-PKG_SUGGESTED_OPTIONS+= gtk2 libproxy libsexy openssl
+PKG_SUPPORTED_OPTIONS+= lua openssl perl python
+PKG_SUGGESTED_OPTIONS+= gtk2 libproxy openssl
PLIST_VARS+= dbus gtk2 libpci lua perl python fishlim
@@ -96,7 +96,3 @@ MESON_ARGS+= -Dwith-python=python-${PYVERSSUFFIX}
.else
MESON_ARGS+= -Dwith-python=false
.endif
-
-.if !empty(PKG_OPTIONS:Mlibsexy)
-.include "../../devel/libsexy/buildlink3.mk"
-.endif