diff options
author | bouyer <bouyer@pkgsrc.org> | 2010-11-14 21:17:46 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2010-11-14 21:17:46 +0000 |
commit | 7ee4f8f6734c7b6a5ed506932cff1006238c7c36 (patch) | |
tree | 564ea1f479180ecb56a964919b8f2a3e075f886d /mail | |
parent | d985c5a914fa1039d23d690a549467a20ce56305 (diff) | |
download | pkgsrc-7ee4f8f6734c7b6a5ed506932cff1006238c7c36.tar.gz |
php5-pear-Mail_mimeDecode is required to properly display certain
mail (especially ones with a smime.p7s signature).
Bump PKGREVISION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 5cc008b7c1d..aa666ef8690 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2010/11/10 12:48:31 adam Exp $ +# $NetBSD: Makefile,v 1.56 2010/11/14 21:17:46 bouyer Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} +PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://ftp.horde.org/pub/imp/ \ ftp://ftp.horde.org/pub/imp/ @@ -15,6 +16,7 @@ CONFLICTS+= imp-3.*{,nb*} DEPENDS+= horde>=3.2:../../www/horde DEPENDS+= ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode-[0-9]*:../../mail/pear-Mail_mimeDecode USE_TOOLS+= pax |