diff options
author | taca <taca@pkgsrc.org> | 2009-09-28 01:36:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-28 01:36:21 +0000 |
commit | 12050c7190746ab356509c5bf4a5f7afefe05d72 (patch) | |
tree | bd601b05b8b2f29950c022c41a5e94a1edc28bb0 /www/typolight27 | |
parent | a0ad7eb01a488f15cb27dddb7702affa49cc4905 (diff) | |
download | pkgsrc-12050c7190746ab356509c5bf4a5f7afefe05d72.tar.gz |
Since it found out that typolight 2.7.3 use a function of PHP calendar
module, depends it misc/php-calendar.
Bump PKGREVISION.
Diffstat (limited to 'www/typolight27')
-rw-r--r-- | www/typolight27/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typolight27/Makefile b/www/typolight27/Makefile index a071e6d972d..5a5acbebbde 100644 --- a/www/typolight27/Makefile +++ b/www/typolight27/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2009/09/07 03:07:33 taca Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/28 01:36:21 taca Exp $ # DISTNAME= typolight-${TL_VERSION} PKGNAME= typolight${TL_VER}-${TL_PKGVER} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) +DEPENDS+= ${PHP_PKG_PREFIX}-calendar>=5.1.0:../../misc/php-calendar 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 |