diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 265efa3d79f1..50913a9fb483 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= SuiteSparse is a set of packages for sparse matrices calculation -BUILD_DEPENDS= metis:${PORTSDIR}/math/metis +LIB_DEPENDS= metis:${PORTSDIR}/math/metis .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes |