diff options
author | tnn <tnn> | 2008-05-30 19:22:46 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-30 19:22:46 +0000 |
commit | e1ad717999a340f3b01bfc31b6a262cc694d077d (patch) | |
tree | 175f94e9287e53c778cfa9b0f6880a2d529602b9 /mail | |
parent | 117f9dda25620b07e13aaa1c998468f61614fe56 (diff) | |
download | pkgsrc-e1ad717999a340f3b01bfc31b6a262cc694d077d.tar.gz |
Comment out the gtkspell option, it doesn't work with the enchanted
version of gtkspell. If you need it, use mail/sylpheed-devel.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/options.mk b/mail/sylpheed/options.mk index 6d4abe60909..70226b8e170 100644 --- a/mail/sylpheed/options.mk +++ b/mail/sylpheed/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2006/05/31 18:22:24 ghen Exp $ +# $NetBSD: options.mk,v 1.4 2008/05/30 19:22:46 tnn Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed -PKG_SUPPORTED_OPTIONS= jpilot ldap inet6 gtkspell gpgme +PKG_SUPPORTED_OPTIONS= jpilot ldap inet6 gpgme # gtkspell PKG_SUGGESTED_OPTIONS= inet6 gpgme .include "../../mk/bsd.options.mk" |