diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-22 05:14:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-22 05:14:38 +0800 |
commit | b3951ffa1d6fef35400e3355149aed5cf6d3aa6b (patch) | |
tree | 628809a530f2a8d2c19d759cebae11afd7d577f2 | |
parent | b6cffc004b6534c18f8e7e51b873680015fbd226 (diff) | |
download | freebsd-ports-gnome-b3951ffa1d6fef35400e3355149aed5cf6d3aa6b.tar.gz freebsd-ports-gnome-b3951ffa1d6fef35400e3355149aed5cf6d3aa6b.tar.zst freebsd-ports-gnome-b3951ffa1d6fef35400e3355149aed5cf6d3aa6b.zip |
Fix build on head
-rw-r--r-- | print/lilypond/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 6e7eaadaabcf..b68fa2e39fe4 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -24,6 +24,7 @@ BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \ pngtopnm:${PORTSDIR}/graphics/netpbm \ rsync:${PORTSDIR}/net/rsync \ zip:${PORTSDIR}/archivers/zip \ + texi2html:${PORTSDOR}/textproc/texi2html \ ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ |