summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>2002-04-14 11:25:08 +0000
committerrh <rh>2002-04-14 11:25:08 +0000
commit08c5364033923fdafd00614b4841ec9f4810c034 (patch)
treed2a132fd7784784dd6e8fff2effd421c67fbddfe
parentb95fedd2298ab89276484745d97323a9427200bf (diff)
downloadpkgsrc-08c5364033923fdafd00614b4841ec9f4810c034.tar.gz
Add build dependency on bison>=1.32
-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