diff options
Diffstat (limited to 'www/typolight28')
-rw-r--r-- | www/typolight28/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |