diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-09-27 18:08:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-09-27 18:08:16 +0000 |
commit | 1982601350d61f2a9eb28595485351f96bea2adc (patch) | |
tree | c64aace22db391a30fa25f9ce99ddbf38a04f622 | |
parent | - Fixed build to FreeBSD 9. (diff) |
- Add dependency on archivers/zip
- Bump PORTREVISION
PR: 139159
Submitted by: Henry Miller <hank@millerfarm.com>
Feature safe: yes
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index f2b41f1bc9e6..f38d81c774be 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,6 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.13.3 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.13/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -24,7 +25,8 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace \ rarian-sk-config:${PORTSDIR}/textproc/rarian \ texi2html:${PORTSDIR}/textproc/texi2html \ - pdftexi2dvi:${PORTSDIR}/print/texinfo + pdftexi2dvi:${PORTSDIR}/print/texinfo \ + zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ gmp.8:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ |