hexchat: Remove libsexy option, it isn't used any more.

This commit is contained in:
nia 2019-07-09 10:32:51 +00:00
parent ab373d9185
commit cb7ec430b1
2 changed files with 9 additions and 7 deletions

6
chat/hexchat/MESSAGE Normal file
View file

@ -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.
===========================================================================

View file

@ -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