diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-19 02:17:19 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-19 02:17:19 +0800 |
commit | 715360c2a1f7d4c47dd98427b8dc84a18f361468 (patch) | |
tree | b57584115233b9939585f706b6117d9b6630d7b3 /print | |
parent | 092a0195fe5bcac6c412b4cbd31d2f7d9b6fbae5 (diff) | |
download | freebsd-ports-gnome-715360c2a1f7d4c47dd98427b8dc84a18f361468.tar.gz freebsd-ports-gnome-715360c2a1f7d4c47dd98427b8dc84a18f361468.tar.zst freebsd-ports-gnome-715360c2a1f7d4c47dd98427b8dc84a18f361468.zip |
- Add explicit dependency on math/libgmp4
- Bump PORTREVISION
Reported by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'print')
-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 |