Ticket #20869 (closed request: fixed)
latex2html portfile needs to update single line in depends_run
| Reported by: | john_owens@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | latex2html |
Description
Most LaTeX-dependent ports have
bin:latex:texlive
in their depends_run. latex2html still has
port:texlive
The former is desirable so MacTeX and macports can coexist (MacTeX >> macports's texlive). Fix is simple: change port:texlive to bin:latex:texlive in depends_run (I have tested this works).
Change History
Note: See
TracTickets for help on using
tickets.


r56499