diff options
-rw-r--r-- | print/lilypond/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index ff6cc902fe0..5826f26e0a0 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/06 06:22:36 reed Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/06 16:27:30 jlam Exp $ # DISTNAME= lilypond-2.4.3 @@ -11,14 +11,13 @@ HOMEPAGE= http://lilypond.org/web/ COMMENT= GNU Music Typesetter DEPENDS+= ec-fonts-mftraced-[0-9]*:../../fonts/ec-fonts-mftraced -BUILD_DEPENDS+= bison>=1.875nb1:../../devel/bison BUILDLINK_API_DEPENDS.mftrace+= mftrace>=1.1.0 GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -USE_TOOLS+= gmake gs:run makeinfo +USE_TOOLS+= bison gmake gs:run makeinfo MAKEFILE= GNUmakefile TEXINFO_REQD= 4.7 |