diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-29 11:37:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-29 11:37:08 +0000 |
commit | e32ecbd153b09a48c7a2eaa2855678c82dbf38f5 (patch) | |
tree | 83c8413ddb7a51846712f7ecb5412396834f39ff /chat/gaim | |
parent | 70eead21f7074f9eb8e6efcbf4d9c2d802b2ff14 (diff) | |
download | pkgsrc-e32ecbd153b09a48c7a2eaa2855678c82dbf38f5.tar.gz |
It's 'gtkspell' not 'gtk-spell'.
Diffstat (limited to 'chat/gaim')
-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" |