diff options
author | hasso <hasso> | 2009-03-12 07:41:27 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-03-12 07:41:27 +0000 |
commit | 674eeda67b8520a7e6ec168832929d7e21c45123 (patch) | |
tree | 7c7f99af2f3014aceb1aa87266488d1a3fa30cf6 /devel | |
parent | e732ad2af9fa8a5dcfdc95aeae2eb3276dc09f17 (diff) | |
download | pkgsrc-674eeda67b8520a7e6ec168832929d7e21c45123.tar.gz |
Needs msgfmt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mercurial/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 91f3ad471f8..10b3928ca5b 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/03/11 16:00:46 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2009/03/12 07:41:27 hasso Exp $ # DISTNAME= mercurial-1.2 @@ -17,7 +17,7 @@ BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc PY_PATCHPLIST= yes PYDISTUTILSPKG= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 |