diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-08 19:14:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-08 19:14:39 +0000 |
commit | cefb91399e58aa26687fe10827b1af853ee604a6 (patch) | |
tree | 03607be29adb51ec6c2868d70e06bdcba5ee4532 /print/lilypond | |
parent | d844e8ff59243b0307ac1df470bb1385d285ad76 (diff) | |
download | pkgsrc-cefb91399e58aa26687fe10827b1af853ee604a6.tar.gz |
USE_TOOLS+=flex
Diffstat (limited to 'print/lilypond')
-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 773f22656e3..26514d5fd7a 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2006/04/06 18:18:15 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2006/08/08 19:14:39 minskim 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 gmake gs:run makeinfo +USE_TOOLS+= bison flex gmake gs:run makeinfo MAKEFILE= GNUmakefile TEXINFO_REQD= 4.7 |