summaryrefslogtreecommitdiff
path: root/www/typolight
diff options
context:
space:
mode:
authortaca <taca>2008-12-12 15:47:00 +0000
committertaca <taca>2008-12-12 15:47:00 +0000
commit579c8e8417eb36d74e0e53a1b1eafd8f9ecbf683 (patch)
tree4ec79984f3fc2b19eb1ef3aacddf44f3d80f79ba /www/typolight
parentab72be0ab34427f1a859046bcacefc2c3b31ff18 (diff)
downloadpkgsrc-579c8e8417eb36d74e0e53a1b1eafd8f9ecbf683.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/Makefile6
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