summaryrefslogtreecommitdiff
path: root/print/lilypond
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-05 14:36:37 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-05 14:36:37 +0000
commit6689ebe957ef9f914c2e3452f5d130c519cd391e (patch)
treefad1b8b415be70ae344d48c9d5d3e6c165ff6fe5 /print/lilypond
parentMove solfege port to audio category, which is more descriptive, (diff)
The pktrace program has been renamed to mftrace.
repo-copied by: joe Approved by: portmgr
Notes
Notes: svn path=/head/; revision=93143
Diffstat (limited to 'print/lilypond')
-rw-r--r--print/lilypond/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index b266f273eccd..8077c3b9da31 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -36,7 +36,7 @@ CFLAGS+= -D__GNU_LIBRARY__
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_PFA_FONTS)
-BUILD_DEPENDS+= ${PREFIX}/bin/mftrace:${PORTSDIR}/print/pktrace
+BUILD_DEPENDS+= ${PREFIX}/bin/mftrace:${PORTSDIR}/print/mftrace
MAKE_ENV+= MAKE_PFA_FILES=1
ALL_TARGET= all # XXX pfa-fonts
.endif