diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-21 23:05:19 +0000 |
commit | a5da770e67afce95b829c38c5d5330fe69f7822c (patch) | |
tree | b9556c9042a9d20d7c71f49869f39f95afc00052 /print | |
parent | 51da733b698e7bbedaac4743f457352334401249 (diff) | |
download | ports-a5da770e67afce95b829c38c5d5330fe69f7822c.tar.gz ports-a5da770e67afce95b829c38c5d5330fe69f7822c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index fa49a1c403aa..b6b5dfd632e3 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ - ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu + ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index d83d37dbf23a..b81fad7678bb 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ - ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu + ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ |