summaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2010-09-22 09:32:13 +0000
committerpettai <pettai@pkgsrc.org>2010-09-22 09:32:13 +0000
commit7bb91603049869652e9ffa9e1ce561f51e60e2c0 (patch)
treeb4afe231b9cc4ddcc40731216d291318bfcca95a /mail/roundcube
parent9b4ade0bea7e6a1e79a04f5b939d4c104b2550e6 (diff)
downloadpkgsrc-7bb91603049869652e9ffa9e1ce561f51e60e2c0.tar.gz
Corrected depversions
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 85cff125ec1..c82d4436e11 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2010/03/16 16:02:21 taca Exp $
+# $NetBSD: Makefile,v 1.26 2010/09/22 09:32:13 pettai Exp $
#
DISTNAME= roundcubemail-${RCVERSION}-dep
@@ -25,9 +25,9 @@ INSTALLATION_DIRS+= ${EGDIR}/SQL ${DOCDIR} ${RCDIR}/bin
.include "../../mk/bsd.prefs.mk"
.include "../../lang/php/phpversion.mk"
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.2.10:../../net/pear-Net_SMTP
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.3:../../mail/pear-Mail_Mime
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.4.1:../../databases/pear-MDB2
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.3.3:../../net/pear-Net_SMTP
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.5.2:../../mail/pear-Mail_Mime
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-MDB2>=2.5.0:../../databases/pear-MDB2
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom