diff options
author | chris <chris@pkgsrc.org> | 2002-11-20 10:29:53 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-11-20 10:29:53 +0000 |
commit | 0a2f4d3d6da2cc6cb8c76a8d8dd3886b10cffa80 (patch) | |
tree | 71097b344655815f13c85056553bc76cdfd328af /mail/sylpheed/Makefile | |
parent | be6a887a9d9f5848ce82d985168d507e4d6ff1f7 (diff) | |
download | pkgsrc-0a2f4d3d6da2cc6cb8c76a8d8dd3886b10cffa80.tar.gz |
Update sylpheed from 0.8.5 to 0.8.6.
For the list of changes see:
http://sylpheed.good-day.net/#changes
Also move BUILD_USES_MSGFMT up a couple of lines, to make pkglint happy.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f1b023dc723..8e4ba726076 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2002/10/16 10:09:24 chris Exp $ +# $NetBSD: Makefile,v 1.24 2002/11/20 10:29:53 chris Exp $ -DISTNAME= sylpheed-0.8.5 +DISTNAME= sylpheed-0.8.6 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 @@ -9,10 +9,10 @@ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en COMMENT= X based e-mail and netnews client -CONFLICTS= sylpheed-claws-[0-9]* - BUILD_USES_MSGFMT= yes +CONFLICTS= sylpheed-claws-[0-9]* + USE_BUILDLINK2= yes USE_X11BASE= yes USE_GMAKE= yes |