diff options
author | joerg <joerg> | 2006-12-06 17:18:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-06 17:18:49 +0000 |
commit | bc7770a16090c612914483bbf15813263ce222f7 (patch) | |
tree | 0dc0eb9d9c066fe3873a8943fc59919a7e0d8120 /textproc | |
parent | 755e506922c49637d7bf61fd4ae8e3c1bb24d0de (diff) | |
download | pkgsrc-bc7770a16090c612914483bbf15813263ce222f7.tar.gz |
Needs msgfmt and msgmerge.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/po4a/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/po4a/Makefile b/textproc/po4a/Makefile index 1cee3330ace..48e6af57d85 100644 --- a/textproc/po4a/Makefile +++ b/textproc/po4a/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/05/18 20:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/12/06 17:18:49 joerg Exp $ # DISTNAME= po4a-0.23 @@ -17,7 +17,7 @@ DEPENDS+= p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N -USE_TOOLS+= pkg-config perl:run +USE_TOOLS+= pkg-config perl:run msgmerge msgfmt PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/po4a/.packlist |