From d3b3620b9e8313e29361018248fd84563f52320a Mon Sep 17 00:00:00 2001 From: maho Date: Sun, 1 Feb 2004 02:04:48 +0000 Subject: math/atlas should not LIB_DEPENDS on math/lapack. lapack is required only for building. PR: 61963 Submitted by: AMAKAWA Shuhei --- math/atlas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/atlas') diff --git a/math/atlas/Makefile b/math/atlas/Makefile index fecc685f2fbf..3d35f739ee52 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -19,7 +19,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) -LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack +BUILD_DEPENDS= ${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack USE_BZIP2= yes WRKSRC= ${WRKDIR}/ATLAS -- cgit