diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-15 13:06:00 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-15 13:06:00 +0000 |
commit | 91170b149a5c118764d2efd9dbfebeb036f90d97 (patch) | |
tree | fa82187e912d5f4df76a96bee213d694c44ba644 | |
parent | f3aefdf1908ef731a5195a9170f73427451c769d (diff) |
Notes
-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 |