diff options
author | thierry <thierry@FreeBSD.org> | 2004-10-27 04:14:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-10-27 04:14:01 +0800 |
commit | a56fc65537f8baa6312ddd0952004bfaea8b52c7 (patch) | |
tree | db03de88481a47faff89d3bf3edb471114a145f1 /math | |
parent | 1c2204e95cfb2d9075b7a0a8c4ece6b15974750b (diff) | |
download | freebsd-ports-graphics-a56fc65537f8baa6312ddd0952004bfaea8b52c7.tar.gz freebsd-ports-graphics-a56fc65537f8baa6312ddd0952004bfaea8b52c7.tar.zst freebsd-ports-graphics-a56fc65537f8baa6312ddd0952004bfaea8b52c7.zip |
Add a missing dependence (math/arpack).
Noticed by: Kris / pointyhat
Diffstat (limited to 'math')
-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 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 \ |