From 3293d0fa465565e4eb368558ff99575ff7910b4e Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 12 Dec 2008 15:47:00 +0000 Subject: [PATCH] Fix dependency for php-gd. Reported by PR pkg/40158 from Mustafa Dogan. --- www/typolight/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/typolight/Makefile b/www/typolight/Makefile index 2bbd95e772d9..09114611d442 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