diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-30 19:22:46 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-30 19:22:46 +0000 |
commit | 3cbf71cdbe919c5fe3f2611c6a39a129f56643f1 (patch) | |
tree | 175f94e9287e53c778cfa9b0f6880a2d529602b9 /mail | |
parent | d67459d28b7760aff4400d3276a14ee74251f4eb (diff) | |
download | pkgsrc-3cbf71cdbe919c5fe3f2611c6a39a129f56643f1.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" |