diff options
author | ahoka <ahoka> | 2009-10-12 19:47:40 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2009-10-12 19:47:40 +0000 |
commit | ce9156d84ff39b4df942aedf8b63c77b379da7f0 (patch) | |
tree | 945c18fc9ce92098a0ca6e657893359623443dd7 /mail | |
parent | ebb5e008468fb812f1f4288c54880c5e467ddeab (diff) | |
download | pkgsrc-ce9156d84ff39b4df942aedf8b63c77b379da7f0.tar.gz |
Have spellchecker by default
Take maintainership from Chris (I have asked him in private mail)
Remove PKG_REVPATH, I think we gave enough time.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 8 | ||||
-rw-r--r-- | mail/sylpheed/options.mk | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 30c67612142..bd38165586a 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.120 2009/08/26 19:57:58 sno Exp $ +# $NetBSD: Makefile,v 1.121 2009/10/12 19:47:40 ahoka Exp $ DISTNAME= sylpheed-2.7.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.7/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= chris@NetBSD.org +MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://sylpheed.sraoss.jp/en/ COMMENT= Gtk based e-mail and netnews client PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= sylpheed-claws-[0-9]* -PREV_PKGPATH= mail/sylpheed-devel - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= gmake msgfmt pkg-config diff --git a/mail/sylpheed/options.mk b/mail/sylpheed/options.mk index b25ca711865..c0b204313f7 100644 --- a/mail/sylpheed/options.mk +++ b/mail/sylpheed/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.5 2008/06/29 11:38:32 tnn Exp $ +# $NetBSD: options.mk,v 1.6 2009/10/12 19:47:40 ahoka Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed PKG_SUPPORTED_OPTIONS= jpilot ldap inet6 gpgme gtkspell -PKG_SUGGESTED_OPTIONS= inet6 gpgme +PKG_SUGGESTED_OPTIONS= inet6 gpgme gtkspell .include "../../mk/bsd.options.mk" |