diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-05 22:36:37 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-05 22:36:37 +0800 |
commit | cc377398e6cf2d3c4fb225c014e02494fef1458b (patch) | |
tree | 7eae9f29600ba9d178b9fd5741b9eff86c3d70c4 /print/lilypond | |
parent | 7de126b1c6e6b754d7432c72e6088d1f5c5882c7 (diff) | |
download | freebsd-ports-gnome-cc377398e6cf2d3c4fb225c014e02494fef1458b.tar.gz freebsd-ports-gnome-cc377398e6cf2d3c4fb225c014e02494fef1458b.tar.zst freebsd-ports-gnome-cc377398e6cf2d3c4fb225c014e02494fef1458b.zip |
The pktrace program has been renamed to mftrace.
repo-copied by: joe
Approved by: portmgr
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 2 |
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 |