From f2c6e93875da4bde1bfc5ad72c26b7ef0d47f7db Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 15 Jan 2007 13:06:00 +0000 Subject: BUILD_DEPENDS->LIB_DEPENDS. Submitted by: kris via pointyhat --- math/suitesparse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 -- cgit