diff options
author | dholland <dholland@pkgsrc.org> | 2010-07-12 00:08:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-07-12 00:08:02 +0000 |
commit | 37af1245c420a3b17cc16c30ab00cd8a85f328f9 (patch) | |
tree | 99839513011269cd17f347a4e600ef90081e4814 /www | |
parent | a275aabd988fe5cb38cf13bae2d61d9f5e0b925e (diff) | |
download | pkgsrc-37af1245c420a3b17cc16c30ab00cd8a85f328f9.tar.gz |
Contains perl scripts, and was using REPLACE_PERL, but didn't actually
*depend* on perl...
Diffstat (limited to 'www')
-rw-r--r-- | www/gallery/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index d847e26a13e..96794a2d2af 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/03/19 21:34:44 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2010/07/12 00:08:02 dholland Exp $ # DISTNAME= gallery-1.5.10 @@ -21,6 +21,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.0:../../devel/php-gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} +USE_TOOLS+= perl:run + REPLACE_PERL= po/remove_obsolete.pl po/transform_fuzzy.pl REPLACE_SH= po/create_po_template.sh po/change_version.sh REPLACE_SH+= po/edit_changelog.sh po/make_mo_files.sh |