I totally missed that the build now depends on transfig.
Thanks for bsd (that's Brian Dean :) for pointing that out.
This commit is contained in:
parent
19058d4eb8
commit
23d43d7c4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67663
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
|
|||
avr-gcc:${PORTSDIR}/devel/avr-gcc \
|
||||
${GMAKE}:${PORTSDIR}/devel/gmake \
|
||||
doxygen:${PORTSDIR}/devel/doxygen \
|
||||
latex:${PORTSDIR}/print/teTeX
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
fig2dev:${PORTSDIR}/print/transfig
|
||||
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
|
||||
avr-ld:${PORTSDIR}/devel/avr-binutils \
|
||||
avr-gcc:${PORTSDIR}/devel/avr-gcc
|
||||
|
|
Loading…
Reference in a new issue