diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:49 +0800 |
commit | 393135ba217d1717177766c16ef9801950427b06 (patch) | |
tree | f2a7df9f4d543f8f4ece90b286b644aa44f7f2e2 /print/lilypond | |
parent | dd6951f125ec0dcd46ba50f18525aff648b2b706 (diff) | |
download | freebsd-ports-gnome-393135ba217d1717177766c16ef9801950427b06.tar.gz freebsd-ports-gnome-393135ba217d1717177766c16ef9801950427b06.tar.zst freebsd-ports-gnome-393135ba217d1717177766c16ef9801950427b06.zip |
- Mark BROKEN after lang/guile update
Reported by: exp-run (via pav)
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index f76855cf93e1..b6ea2d012f21 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,6 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.11.65 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -25,7 +26,7 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2html:${PORTSDIR}/textproc/texi2html \ texi2dvi:${PORTSDIR}/print/texinfo -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace @@ -51,6 +52,8 @@ NOCCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +BROKEN= Does not compile + .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) && defined(WITH_WEBDOCS) |