diff options
author | taca <taca> | 2010-03-16 16:02:20 +0000 |
---|---|---|
committer | taca <taca> | 2010-03-16 16:02:20 +0000 |
commit | d2db26bc05d70de4eb4e6ad2c75db0390178d2fc (patch) | |
tree | 10ada290a4a82ca2a82031d60dd7ca32df7c5023 /www/typolight28 | |
parent | 7ba898d22524bdc7ac243c5f2b49c36ce5777c2d (diff) | |
download | pkgsrc-d2db26bc05d70de4eb4e6ad2c75db0390178d2fc.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/typolight28')
-rw-r--r-- | www/typolight28/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/typolight28/Makefile b/www/typolight28/Makefile index 567369017a6..e927d17baff 100644 --- a/www/typolight28/Makefile +++ b/www/typolight28/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/03/15 16:45:59 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/03/16 16:02:21 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -12,10 +12,10 @@ COMMENT= Powerful web content management system (CMS) LICENSE= gnu-lgpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../misc/php-mbstring +DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.0:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.2.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.2.0:../../security/php-mcrypt -DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php5-soap +DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.2.0:../../net/php-soap PKG_DESTDIR_SUPPORT= user-destdir |