diff options
author | trevor <trevor@FreeBSD.org> | 2002-04-02 05:49:19 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-04-02 05:49:19 +0800 |
commit | d252dc41a8bce74016aaef86a118f85576537ad8 (patch) | |
tree | accfe88e367fc3db2d7b536154a2b7ab3154f7a6 /print | |
parent | 4f9233b80cda56ecd8fc43a0b261bdabd5f70aa4 (diff) | |
download | freebsd-ports-gnome-d252dc41a8bce74016aaef86a118f85576537ad8.tar.gz freebsd-ports-gnome-d252dc41a8bce74016aaef86a118f85576537ad8.tar.zst freebsd-ports-gnome-d252dc41a8bce74016aaef86a118f85576537ad8.zip |
This fails with "mv: rename parser.yy.tab.h to out/parser.hh: No
such file or directory".
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |