diff options
author | dholland <dholland@pkgsrc.org> | 2010-07-26 07:51:10 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-07-26 07:51:10 +0000 |
commit | 2deab60802df1a14f2f2ffe2baeb1e7a298e6275 (patch) | |
tree | d34849e281f814b6cc62db79553e1036d9d7d819 /www | |
parent | 32793c55b0728c43bad8edb6f4bfefa4825647f9 (diff) | |
download | pkgsrc-2deab60802df1a14f2f2ffe2baeb1e7a298e6275.tar.gz |
Remove stray comma, noted by Aleksey Cheusov in PR 43663.
Diffstat (limited to 'www')
-rw-r--r-- | www/gallery2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index f1ae1734cac..1221e9303e3 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -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 @@ PHP_VERSIONS_ACCEPTED= 53 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 |