diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-21 04:49:09 +0000 |
commit | fd47512c4d4c56a44be1c04e959ff603cf484c84 (patch) | |
tree | 9750e5e8ac0d220c2ad011ce48800d00b80ac5b3 /print | |
parent | e9c1a8c826b30368b045802db85d5822dd5f2626 (diff) |
Notes
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 |