diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-22 05:19:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-22 05:19:03 +0800 |
commit | 073f5ba382780c3c3ecdced4fe9cceca81fc17f7 (patch) | |
tree | 91e1bb77a662e7270cdfa83bc35817c2794ade57 /print/lilypond | |
parent | 0d2a19587e6e6619ecbb8e5f19c0a1c8853b8841 (diff) | |
download | freebsd-ports-gnome-073f5ba382780c3c3ecdced4fe9cceca81fc17f7.tar.gz freebsd-ports-gnome-073f5ba382780c3c3ecdced4fe9cceca81fc17f7.tar.zst freebsd-ports-gnome-073f5ba382780c3c3ecdced4fe9cceca81fc17f7.zip |
Fix typo
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 b68fa2e39fe4..fae2b8dcca95 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ pngtopnm:${PORTSDIR}/graphics/netpbm \ rsync:${PORTSDIR}/net/rsync \ zip:${PORTSDIR}/archivers/zip \ - texi2html:${PORTSDOR}/textproc/texi2html \ + texi2html:${PORTSDIR}/textproc/texi2html \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ |