diff options
Diffstat (limited to 'graphics/gimp-docs-pl/Makefile')
-rw-r--r-- | graphics/gimp-docs-pl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/gimp-docs-pl/Makefile b/graphics/gimp-docs-pl/Makefile index 7041d56f1c0..2dd7424f52d 100644 --- a/graphics/gimp-docs-pl/Makefile +++ b/graphics/gimp-docs-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/03/26 16:18:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2015/11/25 12:50:43 jperkin Exp $ # HELPLANGUAGE= pl @@ -9,11 +9,6 @@ PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANG # 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" |