diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-20 12:39:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-20 12:39:27 +0000 |
commit | a0d64abcbce00085d1ff58bc2fd98f79692a57a8 (patch) | |
tree | a08592d3694f1b1edd688697a1e1eb543fa85488 /print | |
parent | e9b1c77fabc000320ba460be7378bc62cd1d29ee (diff) | |
download | ports-a0d64abcbce00085d1ff58bc2fd98f79692a57a8.tar.gz ports-a0d64abcbce00085d1ff58bc2fd98f79692a57a8.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 5e01251c6500..ea4f52948e13 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -16,15 +16,16 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ + dblatex:${PORTSDIR}/textproc/dblatex \ + pngtopnm:${PORTSDIR}/graphics/netpbm \ + rsync:${PORTSDIR}/net/rsync \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ - mftrace:${PORTSDIR}/print/mftrace \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu |