diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-26 20:14:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-10-26 20:14:01 +0000 |
commit | e570c85499027a5a68c11712daf1a76e7babc4f8 (patch) | |
tree | fbaa58589b8bdafdfa60f6b6d9e4754d376356e0 /math/freefem++ | |
parent | 72b8c5ac69755eaae8807fa3fe0b4dd7eeb09bd3 (diff) | |
download | ports-e570c85499027a5a68c11712daf1a76e7babc4f8.tar.gz ports-e570c85499027a5a68c11712daf1a76e7babc4f8.zip |
Notes
Diffstat (limited to 'math/freefem++')
-rw-r--r-- | math/freefem++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index fb564a9a34fd..d96e77d5f277 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 \ |