diff options
author | tnn <tnn@pkgsrc.org> | 2015-02-18 08:47:12 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-02-18 08:47:12 +0000 |
commit | 2281a94487d07a154dc48afa10f714701f08d232 (patch) | |
tree | b3a82d41fe257ec02d52af38f36a56bceaf6d58b /chat | |
parent | f2573f003cf4983051ffa9d6aaea3eb5fba64708 (diff) | |
download | pkgsrc-2281a94487d07a154dc48afa10f714701f08d232.tar.gz |
fix build failure using default optinos
Diffstat (limited to 'chat')
-rw-r--r-- | chat/hexchat/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/hexchat/options.mk b/chat/hexchat/options.mk index a7f1c718e97..412b05f748e 100644 --- a/chat/hexchat/options.mk +++ b/chat/hexchat/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2015/02/15 17:41:24 khorben Exp $ +# $NetBSD: options.mk,v 1.2 2015/02/18 08:47:12 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat PKG_SUPPORTED_OPTIONS= dbus gtk2 inet6 libcanberra libnotify libpci libproxy -PKG_SUPPORTED_OPTIONS+= ntlm openssl perl python tests themes xft2 +PKG_SUPPORTED_OPTIONS+= libsexy ntlm openssl perl python tests themes xft2 PKG_SUGGESTED_OPTIONS+= gtk2 inet6 libproxy libsexy openssl xft2 PLIST_VARS+= dbus gtk2 libpci perl python |