diff options
author | taca <taca> | 2008-12-12 15:47:00 +0000 |
---|---|---|
committer | taca <taca> | 2008-12-12 15:47:00 +0000 |
commit | ab6a68ff2f29f3a8139aed59794adce849a8674d (patch) | |
tree | 4ec79984f3fc2b19eb1ef3aacddf44f3d80f79ba /www/typolight | |
parent | 6dd39798356e878871cc082e2895162d5d2936a0 (diff) | |
download | pkgsrc-ab6a68ff2f29f3a8139aed59794adce849a8674d.tar.gz |
Fix dependency for php-gd. Reported by PR pkg/40158 from Mustafa Dogan.
Diffstat (limited to 'www/typolight')
-rw-r--r-- | www/typolight/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile index 2bbd95e772d..09114611d44 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2008/12/11 16:28:05 taca Exp $ +# $NetBSD: Makefile,v 1.7 2008/12/12 15:47:00 taca Exp $ # DISTNAME= typolight-${TL_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/} @@ -10,7 +10,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.typolight.org/ COMMENT= Powerful web content management system (CMS) -DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/gd +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 |