diff options
author | gahr <gahr@FreeBSD.org> | 2013-12-20 20:39:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-12-20 20:39:27 +0800 |
commit | 09ed931cf15f9c0fdb7e85edee3ca7d78143c6a9 (patch) | |
tree | a08592d3694f1b1edd688697a1e1eb543fa85488 /print | |
parent | 912d19127fbf06f2c68872a9d8cd7aa7f2c6b260 (diff) | |
download | freebsd-ports-gnome-09ed931cf15f9c0fdb7e85edee3ca7d78143c6a9.tar.gz freebsd-ports-gnome-09ed931cf15f9c0fdb7e85edee3ca7d78143c6a9.tar.zst freebsd-ports-gnome-09ed931cf15f9c0fdb7e85edee3ca7d78143c6a9.zip |
- Fix depends
PR: 185019
Submitted by: Markiyan Kushnir <markiyan.kushnir@gmail.com>
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 |