diff options
author | taca <taca> | 2009-12-23 12:53:46 +0000 |
---|---|---|
committer | taca <taca> | 2009-12-23 12:53:46 +0000 |
commit | d989c6636c198a7b17c560c72c72b0cbf14ee1e6 (patch) | |
tree | 931a9f98c2d7353cbdb857827e259cc74c2407d3 /www | |
parent | 8d3a49000778f1a8baee947e348317db3a852f58 (diff) | |
download | pkgsrc-d989c6636c198a7b17c560c72c72b0cbf14ee1e6.tar.gz |
www/typolight* work with PHP 5.2 and lator.
No functional change.
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight26/Makefile | 12 | ||||
-rw-r--r-- | www/typolight27/Makefile | 12 | ||||
-rw-r--r-- | www/typolight28/Makefile | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/www/typolight26/Makefile b/www/typolight26/Makefile index e7a15e74c1b..80caaea0f24 100644 --- a/www/typolight26/Makefile +++ b/www/typolight26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/12/20 04:21:05 taca Exp $ +# $NetBSD: Makefile,v 1.6 2009/12/23 12:53:46 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -12,11 +12,11 @@ HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) LICENSE= gnu-lgpl-v2.1 -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql -DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt -DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap +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}-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 PKG_DESTDIR_SUPPORT= destdir diff --git a/www/typolight27/Makefile b/www/typolight27/Makefile index 2f66b5dca9e..480feec4f04 100644 --- a/www/typolight27/Makefile +++ b/www/typolight27/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/20 04:22:04 taca Exp $ +# $NetBSD: Makefile,v 1.13 2009/12/23 12:53:46 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -11,11 +11,11 @@ HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) LICENSE= gnu-lgpl-v2.1 -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql -DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt -DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap +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}-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 PKG_DESTDIR_SUPPORT= destdir diff --git a/www/typolight28/Makefile b/www/typolight28/Makefile index d00bed2054c..b0bf1eff570 100644 --- a/www/typolight28/Makefile +++ b/www/typolight28/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 16:06:30 taca Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/23 12:53:46 taca Exp $ # DISTNAME= typolight-${TL_VERSION} @@ -11,11 +11,11 @@ HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) LICENSE= gnu-lgpl-v3 -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../misc/php-mbstring -DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql -DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.1.0:../../security/php-mcrypt -DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.1.0:../../net/php5-soap +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}-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 PKG_DESTDIR_SUPPORT= destdir |