Portlint. Change ${PREFIX} in RUN_DEPENDS to ${LOCALBASE}.
This commit is contained in:
parent
b63c36f4de
commit
0f0f1a1b41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27996
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \
|
|||
|
||||
MAINTAINER= brett@peloton.runet.edu
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \
|
||||
${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \
|
||||
${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \
|
||||
${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \
|
||||
${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 \
|
||||
${X11BASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
|
||||
|
||||
WRKSRC= ${WRKDIR}/latex2html
|
||||
|
|
Loading…
Reference in a new issue