diff options
Diffstat (limited to 'chat/gaim/options.mk')
-rw-r--r-- | chat/gaim/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gaim/options.mk b/chat/gaim/options.mk index 4681082350b..10e650ae1ab 100644 --- a/chat/gaim/options.mk +++ b/chat/gaim/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/08/29 11:35:51 xtraeme Exp $ +# $NetBSD: options.mk,v 1.3 2005/08/29 11:37:08 xtraeme Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gaim -PKG_SUPPORTED_OPTIONS+= gnutls -PKG_SUGGESTED_OPTIONS+= gtk-spell +PKG_SUPPORTED_OPTIONS+= gnutls gtkspell +PKG_SUGGESTED_OPTIONS+= gtkspell .include "../../mk/bsd.options.mk" |