diff options
-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 |