diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 00:49:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 00:49:10 +0000 |
commit | fe0ce6dfbb2bdaad8dfdb5528cffd8a8dace69de (patch) | |
tree | b755f242c207fcb75f5ffeb1af7f7570d3ab7379 /mail | |
parent | f502a1fca40e071e6311a260db8c7bf0c9308638 (diff) | |
download | pkgsrc-fe0ce6dfbb2bdaad8dfdb5528cffd8a8dace69de.tar.gz |
Depends on metamail to support reading attachments by double-clicking on them.
Bump PKGREVISION.
From Christian Biere via PR pkg/20169.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 28317a264d6..8d11f0ac133 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2003/02/04 11:25:21 chris Exp $ +# $NetBSD: Makefile,v 1.34 2003/02/15 00:49:10 salo Exp $ DISTNAME= sylpheed-0.8.10 +PKGREVISION= 1 CATEGORIES= mail news x11 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +11,7 @@ HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en COMMENT= X based e-mail and netnews client BUILD_USES_MSGFMT= yes +DEPENDS+= metamail>=2.7:../../mail/metamail CONFLICTS= sylpheed-claws-[0-9]* |