summaryrefslogtreecommitdiff
path: root/print/lilypond
diff options
context:
space:
mode:
authorrh <rh>2002-04-14 11:25:08 +0000
committerrh <rh>2002-04-14 11:25:08 +0000
commitbcd0eaffd0da85d6a1d2c3c21f344574a27b49b8 (patch)
treed2a132fd7784784dd6e8fff2effd421c67fbddfe /print/lilypond
parent6a39d2bdda55ded26893612b8eb9eec108839a43 (diff)
downloadpkgsrc-bcd0eaffd0da85d6a1d2c3c21f344574a27b49b8.tar.gz
Add build dependency on bison>=1.32
Diffstat (limited to 'print/lilypond')
-rw-r--r--print/lilypond/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 011b944b85a..644ba7e9038 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:36 fredb Exp $
+# $NetBSD: Makefile,v 1.7 2002/04/14 11:25:08 rh Exp $
#
DISTNAME= lilypond-1.3.119
@@ -12,6 +12,7 @@ COMMENT= GNU Music Typesetter
DEPENDS+= guile>=1.3.4:../../lang/guile
DEPENDS+= teTeX>=1.0.7:../../print/teTeX
+BUILD_DEPENDS+= bison>=1.32:../../devel/bison
GNU_CONFIGURE= YES
USE_GMAKE= YES