diff options
Diffstat (limited to 'graphics/gimp-docs-pl/Makefile')
-rw-r--r-- | graphics/gimp-docs-pl/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/gimp-docs-pl/Makefile b/graphics/gimp-docs-pl/Makefile index a60de699e5a..7041d56f1c0 100644 --- a/graphics/gimp-docs-pl/Makefile +++ b/graphics/gimp-docs-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/07/21 17:20:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/03/26 16:18:30 ryoon Exp $ # HELPLANGUAGE= pl @@ -6,6 +6,15 @@ HELPLANGUAGE= pl DISTNAME= gimp-help-${GIMPDOCVER}-html-${HELPLANGUAGE} PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//} +# There is no po/pl/gimp.po in 2.8.1 tarball. +# Use msgfmt and msginit from devel/gettext-tools. +_TOOLS_USE_PKGSRC.msgfmt= yes +#TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools +#FIND_PREFIX:= GETTEXTTOOLSDIR=gettext-tools +#.include "../../mk/find-prefix.mk" +#CONFIGURE_ARGS+= MSGFMT=${GETTEXTTOOLSDIR}/bin/msginit +#CONFIGURE_ARGS+= MSGINIT=${GETTEXTTOOLSDIR}/bin/msginit + .include "../../graphics/gimp-docs-en/Makefile.common" COMMENT= Documentation package for The Gimp image manipulation software |