diff options
author | taca <taca@pkgsrc.org> | 2013-07-08 03:35:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-07-08 03:35:00 +0000 |
commit | 3cce54a7c729ad24e4e5ee9bc94927284ef95e80 (patch) | |
tree | 72610e890324d2d222fd5b0978aed9680630b59e /mail/roundcube/Makefile | |
parent | b60e2630ffe6552bd3e9efdda660136379180748 (diff) | |
download | pkgsrc-3cce54a7c729ad24e4e5ee9bc94927284ef95e80.tar.gz |
roundcube require pear-Mail_mimeDecode, too.
Bump PKGREVISION.
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 859639f1c7d..7b95f291f5c 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2013/06/16 22:04:07 taca Exp $ +# $NetBSD: Makefile,v 1.57 2013/07/08 03:35:00 taca Exp $ DISTNAME= roundcubemail-0.9.2-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} @@ -17,6 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=4.3.1:../../security/php-mcrypt DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.2:../../net/pear-Net_SMTP DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_IDNA2>=0.1.1:../../net/pear-Net_IDNA2 DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.8.1:../../mail/pear-Mail_Mime +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode>=1.5.5:../../mail/pear-Mail_mimeDecode DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.3:../../mail/pear-Auth_SASL USE_LANGUAGES= # none |