diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:49 +0000 |
commit | 0a3634953d534aab8592684e00184797c483fbb1 (patch) | |
tree | 181ac55c284a6649b45ae450956fdf6e0b9ea8bb /print/lilypond | |
parent | 13c0f276050af12993dbcdf0f2c276d70b2ad751 (diff) | |
download | ports-0a3634953d534aab8592684e00184797c483fbb1.tar.gz ports-0a3634953d534aab8592684e00184797c483fbb1.zip |
Notes
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) |