aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-15 21:06:00 +0800
committermaho <maho@FreeBSD.org>2007-01-15 21:06:00 +0800
commitf2c6e93875da4bde1bfc5ad72c26b7ef0d47f7db (patch)
tree52bffca4f8986d4874d736b6176e00825d0bb218 /math
parentb70dd993f503fc4365ed0eaf8a745d5cb25f0a85 (diff)
downloadfreebsd-ports-graphics-f2c6e93875da4bde1bfc5ad72c26b7ef0d47f7db.tar.gz
freebsd-ports-graphics-f2c6e93875da4bde1bfc5ad72c26b7ef0d47f7db.tar.zst
freebsd-ports-graphics-f2c6e93875da4bde1bfc5ad72c26b7ef0d47f7db.zip
BUILD_DEPENDS->LIB_DEPENDS.
Submitted by: kris via pointyhat
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 265efa3d79f..50913a9fb48 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