From b1bb0494609404d0107f3fa088af67530feaf759 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 31 May 2001 22:48:50 +0000 Subject: Replace explicit build dependency on bison with USE_BISON knob --- print/lilypond/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/lilypond') diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index b31605e75f01..23cd9c4bcf0f 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison \ - ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile GNU_CONFIGURE= YES @@ -24,6 +23,7 @@ GNU_CONFIGURE= YES MAN1= abc2ly.1 as2text.1 convert-ly.1 etf2ly.1 lilypond-book.1 \ lilypond.1 ly2dvi.1 midi2ly.1 musedata2ly.1 pmx2ly.1 +USE_BISON= yes USE_GMAKE= YES USE_PYTHON= YES MAKEFILE= GNUmakefile -- cgit v1.2.3