diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
commit | 2a64d11744e98b858a68221ebdb694303902a188 (patch) | |
tree | c2445ac9ed500e6da9beb6d9491ef9b64f99c673 /print | |
parent | 38b69bf45012acf034f61e46b686ff72ddfc0be5 (diff) | |
download | freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.gz freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.zst freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index b1ac8886209c..7e95546a2afd 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,6 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.11.52 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ http://download.linuxaudio.org/lilypond/binaries/freebsd-x86/:bin @@ -23,7 +24,7 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace \ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2pdf:${PORTSDIR}/print/texinfo -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace |