diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /print | |
parent | 11b729ede3a1605656fc675e0ccb6be86b9c130b (diff) | |
download | freebsd-ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.zip |
Chase libguile shared lib version.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 774e02beffc0..b2585fade2b1 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,7 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/:src \ http://distfiles.master.finkmirrors.net/:rpm @@ -22,7 +22,7 @@ COMMENT= The GNU music typesetter BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ rarian-sk-config:${PORTSDIR}/textproc/rarian -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX MAN1= abc2ly.1 etf2ly.1 midi2ly.1 mup2ly.1 lilypond.1 musedata2ly.1 \ |