Opened 15 years ago
Closed 14 years ago
#21503 closed defect (invalid)
auctex mactex variant does not remove dependency
Reported by: | marcin.zalewski@… | Owned by: | reilles@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | auctex |
Description
The macports variant of auctex attempts to install texlive. Removing runtime dependency fixes that:
variant mactex description "If your TeX distribution is MacTeX" { # Note: This also needs /usr/texbin in binpath in macports.conf configure.args-append --with-texmf-dir=/usr/local/texlive/texmf-local depends_run-delete bin:tex:texlive }
Change History (3)
comment:1 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to reilles@… |
---|
comment:2 Changed 15 years ago by marcin.zalewski@…
comment:3 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
The dependency will be satisfied by any tex
binary found in PATH. As the comment says, you need to adjust binpath in macports.conf.
Note: See
TracTickets for help on using
tickets.
Sorry, I wrote "macports variant" when I really meant "mactex variant."