Add a missing dependence (math/arpack).

Noticed by:	Kris / pointyhat
This commit is contained in:
Thierry Thomas 2004-10-26 20:14:01 +00:00
parent 72b8c5ac69
commit e570c85499
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120277

View File

@ -19,6 +19,7 @@ LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \
gsl.6:${PORTSDIR}/math/gsl \
lapack.3:${PORTSDIR}/math/lapack
BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \
${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \
dvips:${PORTSDIR}/print/dvipsk-tetex \
pdflatex:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \