diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-06 16:27:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-06 16:27:30 +0000 |
commit | 39a303999a7ef491c816477f1f754724699bdb45 (patch) | |
tree | 56e0ea0767206fe2361c2e921d73b9d20abc3624 /print/lilypond | |
parent | 823eac290d990484a3f55b03c0a3208b95fca553 (diff) | |
download | pkgsrc-39a303999a7ef491c816477f1f754724699bdb45.tar.gz |
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.
Diffstat (limited to 'print/lilypond')
-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 |