pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/typolight Fix dependency for php-gd. Reported by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c83d70c22d95
branches:  trunk
changeset: 551303:c83d70c22d95
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 12 15:47:00 2008 +0000

description:
Fix dependency for php-gd.  Reported by PR pkg/40158 from Mustafa Dogan.

diffstat:

 www/typolight/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ada516be90e8 -r c83d70c22d95 www/typolight/Makefile
--- a/www/typolight/Makefile    Fri Dec 12 15:35:34 2008 +0000
+++ b/www/typolight/Makefile    Fri Dec 12 15:47:00 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index