diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-11 08:33:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-11 08:33:11 +0000 |
commit | e245fc63f9bc97381d8e1121c2dd5e5ba6a52a08 (patch) | |
tree | 6446625ac5f9f4986819b48d881776b90d860c06 /print | |
parent | e8737ed5d33b38f0adc30150e5c9a7866bb0431f (diff) | |
download | pkgsrc-e245fc63f9bc97381d8e1121c2dd5e5ba6a52a08.tar.gz |
Needs msgfmt. XXX Where does inimf come from?
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 80c906bd401..14a6a9edc1b 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/09/09 02:46:08 obache Exp $ +# $NetBSD: Makefile,v 1.49 2006/09/11 08:33:11 joerg Exp $ # DISTNAME= lilypond-2.4.3 @@ -17,7 +17,7 @@ BUILDLINK_API_DEPENDS.mftrace+= mftrace>=1.1.0 GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -USE_TOOLS+= bison flex gmake gs:run makeinfo perl +USE_TOOLS+= bison flex gmake gs:run makeinfo perl msgfmt MAKE_FILE= GNUmakefile TEXINFO_REQD= 4.7 |