diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:47:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:47:43 +0000 |
commit | a31ffd53c74b29aeec8b216ddd372e7d546f1c11 (patch) | |
tree | 638e6db47fc1f4743427402e877748f688898e26 | |
parent | Mark BROKEN (diff) |
Mark BROKEN
ERROR: Please install required programs: /usr/local/bin/fontforge >= 20110222 (installed: 127.0.0.1)
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=511552
-rw-r--r-- | print/lilypond-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 1ae8f0c8e86a..73a44422ae97 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -13,6 +13,8 @@ COMMENT= GNU music typesetter LICENSE= GPLv3 +BROKEN= fails to configure + BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 68d7e1d3badd..9e7b6e38d48e 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -13,6 +13,8 @@ COMMENT= GNU music typesetter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to configure + BUILD_DEPENDS= pdftexi2dvi:print/texinfo \ t1ascii:print/t1utils \ bash:shells/bash \ |