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 /audio/ampache | |
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 'audio/ampache')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index f4a96272454..60f4dca86a7 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/01/04 20:46:06 abs Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:20 taca Exp $ # DISTNAME= ampache-3.5.3 @@ -12,7 +12,7 @@ COMMENT= Web-based Audio file manager DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=0:../../devel/php-gettext DEPENDS+= ${PHP_PKG_PREFIX}-iconv>=0:../../converters/php-iconv -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../misc/php-mbstring +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=0:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=0:../../databases/php-mysql NO_BUILD= yes |