summaryrefslogtreecommitdiff
path: root/math/freefem++/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-25 11:58:19 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-05-25 12:00:10 +0200
commit8470aea030512cde1984737633959548a0e961af (patch)
tree35778b3519065cfff28b655296b94394d9fcb076 /math/freefem++/Makefile
parentmath/suitesparse-*: connect the SuiteSparse modules (diff)
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
Diffstat (limited to 'math/freefem++/Makefile')
-rw-r--r--math/freefem++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index ea7ff1a9e4cb..c3ff5f51ee6b 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash \
pipe:misc/pipe \
tetgen:math/tetgen
LIB_DEPENDS= libhdf5.so:science/hdf5 \
- libamd.so:math/suitesparse \
+ libumfpack.so:math/suitesparse-umfpack \
libarpack.so:math/arpack-ng \
libfftw3.so:math/fftw3 \
libgsl.so:math/gsl \