diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 16:02:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 16:02:20 +0000 |
commit | 8e780980442e1f6c737a49e8e40bc5e6ef40d4be (patch) | |
tree | 10ada290a4a82ca2a82031d60dd7ca32df7c5023 /mail | |
parent | b72475c7b88005fd92d5c267fecdc5544f268876 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mail/roundcube/Makefile | 4 | ||||
-rw-r--r-- | mail/roundcube/options.mk | 4 |
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 ### |