pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/gallery2 Remove stray comma, noted by Aleksey Cheu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff06277f6dce
branches:  trunk
changeset: 578006:ff06277f6dce
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Jul 26 07:51:10 2010 +0000

description:
Remove stray comma, noted by Aleksey Cheusov in PR 43663.

diffstat:

 www/gallery2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 800a163b60b9 -r ff06277f6dce www/gallery2/Makefile
--- a/www/gallery2/Makefile     Mon Jul 26 07:23:59 2010 +0000
+++ b/www/gallery2/Makefile     Mon Jul 26 07:51:10 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/03/19 22:54:48 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/26 07:51:10 dholland Exp $
 #
 
 DISTNAME=              gallery-2.2.6-full
@@ -18,7 +18,7 @@
 
 DEPENDS+=              ${PHP_PKG_PREFIX}-gd>=5.0.4:../../graphics/php-gd
 DEPENDS+=              ${PHP_PKG_PREFIX}-gettext>=5.0.4:../../devel/php-gettext
-DEPENDS+=              ${PHP_PKG_PREFIX}-{,mysql,pgsql}-[0-9]*:../../databases/php-mysql
+DEPENDS+=              ${PHP_PKG_PREFIX}-{mysql,pgsql}-[0-9]*:../../databases/php-mysql
 
 USE_TOOLS=             pax
 USE_LANGUAGES=         # none



Home | Main Index | Thread Index | Old Index