diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-29 12:27:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-29 12:27:47 +0000 |
commit | b8ea4b7f4fe807109a4e29e7ed3f31fba5267a01 (patch) | |
tree | 3e8dfc3064e0531fda13891a1f88d78a1d3e04b4 /mail/sylpheed-devel/Makefile | |
parent | d91b7c19c5956dc3aaaa2585cd7230118c8e7235 (diff) | |
download | pkgsrc-b8ea4b7f4fe807109a4e29e7ed3f31fba5267a01.tar.gz |
Update to 1.9.7
Changes:
* The outgoing encoding can be changed on composition temporarily now.
* The folder selection dialog was reimplemented using GtkTreeView.
* An option that specifies whether to render HTML as text or not was added.
* The state of the expander of the file save dialog is now remembered.
* Every message-ids in References: header is now used for message
threading.
* The internal code conversion API has been changed.
* A possible crash on re-editing draft, queue and sent messages was fixed.
* The error checking of Japanese code conversion also became strict.
* An empty Reply-To: header is now ignored.
Diffstat (limited to 'mail/sylpheed-devel/Makefile')
-rw-r--r-- | mail/sylpheed-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed-devel/Makefile b/mail/sylpheed-devel/Makefile index a036e3911f8..ac0862b1de6 100644 --- a/mail/sylpheed-devel/Makefile +++ b/mail/sylpheed-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/25 12:57:05 chris Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/29 12:27:47 xtraeme Exp $ -DISTNAME= sylpheed-1.9.6 +DISTNAME= sylpheed-1.9.7 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ EXTRACT_SUFX= .tar.bz2 @@ -17,6 +17,7 @@ CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]* USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes USE_X11= yes USE_GNU_TOOLS+= make |