From a56fc65537f8baa6312ddd0952004bfaea8b52c7 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 26 Oct 2004 20:14:01 +0000 Subject: Add a missing dependence (math/arpack). Noticed by: Kris / pointyhat --- math/freefem++/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math') diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index fb564a9a34f..d96e77d5f27 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -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 \ -- cgit