From a4f85250ec36079a39cfd9a9cd91d9e2095c79a6 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Mon, 1 Apr 2002 21:49:19 +0000 Subject: [PATCH] This fails with "mv: rename parser.yy.tab.h to out/parser.hh: No such file or directory". --- print/lilypond/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index debc4b371a2c..f7a08f68cc96 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -18,6 +18,8 @@ MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +BROKEN= "needs bison 1.28 or earlier" + GNU_CONFIGURE= YES #CONFIGURE_ENV= ${MAKEINFO}="makeinfo --no-split"