summaryrefslogtreecommitdiff
path: root/www/drupal6
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 /www/drupal6
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 'www/drupal6')
-rw-r--r--www/drupal6/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/drupal6/options.mk b/www/drupal6/options.mk
index fc043612d45..db0caa66cff 100644
--- a/www/drupal6/options.mk
+++ b/www/drupal6/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/03/15 16:48:53 taca Exp $
+# $NetBSD: options.mk,v 1.5 2010/03/16 16:02:21 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
@@ -29,14 +29,14 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
### syndication.
###
.if !empty(PKG_OPTIONS:Mdrupal-xmlservices)
-DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
.endif
###
### Support for unicode
###
.if !empty(PKG_OPTIONS:Municode)
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../misc/php-mbstring
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=4.3.3:../../converters/php-mbstring
.endif
###