diff options
author | tron <tron@pkgsrc.org> | 2010-12-05 19:49:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-12-05 19:49:25 +0000 |
commit | 79192dcd978ce0c1d72e1f252ff436ecbef6868a (patch) | |
tree | f77d6834330e8bb48171617e55d8d75cbd2d056d | |
parent | ba70fbc527ec32268aca969831c1ccc1628ade4a (diff) | |
download | pkgsrc-79192dcd978ce0c1d72e1f252ff436ecbef6868a.tar.gz |
Pullup ticket #3293 - requested by bouyer
mail/imp: dependence fix
Revisions pulled up:
- mail/imp/Makefile 1.56
---
Module Name: pkgsrc
Committed By: bouyer
Date: Sun Nov 14 21:17:47 UTC 2010
Modified Files:
pkgsrc/mail/imp: Makefile
Log Message:
php5-pear-Mail_mimeDecode is required to properly display certain
mail (especially ones with a smime.p7s signature).
Bump PKGREVISION
-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 6a2ff2f76a0..d14a260f2f8 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2009/07/17 18:00:16 adrianp Exp $ +# $NetBSD: Makefile,v 1.54.10.1 2010/12/05 19:49:25 tron 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 |