diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-18 18:17:19 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-05-18 18:17:19 +0000 |
commit | 81a1003629111b10d032c81c50ee08daf7c7381a (patch) | |
tree | 94e31231c1549271751ec288b59d74e7e056fa2b | |
parent | c134174297d16ef8a5444be0b63ad6ca1b7c3775 (diff) |
Notes
-rw-r--r-- | print/lilypond/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 78cf12e30713..af77d0c1fc22 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,7 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.11.65 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.11/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -26,7 +26,8 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2html:${PORTSDIR}/textproc/texi2html \ texi2dvi:${PORTSDIR}/print/texinfo -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ + gmp.8:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace |