www/typolight* work with PHP 5.2 and lator.
No functional change.
This commit is contained in:
parent
93014e09b1
commit
529708d887
3 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue