diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-04-01 21:49:19 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-04-01 21:49:19 +0000 |
commit | a4f85250ec36079a39cfd9a9cd91d9e2095c79a6 (patch) | |
tree | 200bf75aa8d9a81bfc369f34723d01e80aa8aa67 /print | |
parent | adda435a36e372a35dfe2ef4dd3579eb7f75df72 (diff) | |
download | ports-a4f85250ec36079a39cfd9a9cd91d9e2095c79a6.tar.gz ports-a4f85250ec36079a39cfd9a9cd91d9e2095c79a6.zip |
This fails with "mv: rename parser.yy.tab.h to out/parser.hh: No
such file or directory".
Notes
Notes:
svn path=/head/; revision=57158
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" |