summaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 16:02:20 +0000
committertaca <taca@pkgsrc.org>2010-03-16 16:02:20 +0000
commit8e780980442e1f6c737a49e8e40bc5e6ef40d4be (patch)
tree10ada290a4a82ca2a82031d60dd7ca32df7c5023 /mail/roundcube
parentb72475c7b88005fd92d5c267fecdc5544f268876 (diff)
downloadpkgsrc-8e780980442e1f6c737a49e8e40bc5e6ef40d4be.tar.gz
Update dependency to newer package path.
converters/php-mbstring databases/php-mysqli net/php-soap textproc/php-dom textproc/php-xsl time/php-calendar No functional change should be done.
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile4
-rw-r--r--mail/roundcube/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 2b3cdb4b1f5..85cff125ec1 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2010/03/15 16:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.25 2010/03/16 16:02:21 taca Exp $
#
DISTNAME= roundcubemail-${RCVERSION}-dep
@@ -29,7 +29,7 @@ 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-Auth_SASL-[0-9]*:../../mail/pear-Auth_SASL
-DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
PKG_SYSCONFSUBDIR?= roundcube
diff --git a/mail/roundcube/options.mk b/mail/roundcube/options.mk
index 7894cf10572..af3059a75e8 100644
--- a/mail/roundcube/options.mk
+++ b/mail/roundcube/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2009/01/19 20:15:49 abs Exp $
+# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.roundcube
@@ -57,7 +57,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap
### Use mbstring
###
.if !empty(PKG_OPTIONS:Mmultibyte)
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../misc/php-mbstring
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.1:../../converters/php-mbstring
.endif
###