From 004a7c5ac21475f760354371ae4f8fca5e556acb Mon Sep 17 00:00:00 2001
From: Brendan Fabeny <bf@FreeBSD.org>
Date: Tue, 22 Nov 2011 11:14:10 +0000
Subject: adjust linking and comments in dependent ports after the math/atlas
 update; math/atlas-devel will be updated to use the same constructs at a
 later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
---
 science/2dhf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'science/2dhf')

diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile
index 24c098eda3f2..c3b5f5626617 100644
--- a/science/2dhf/Makefile
+++ b/science/2dhf/Makefile
@@ -22,12 +22,12 @@ USE_FORTRAN=	ifort
 BUILD_DEPENDS+=  ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
 .endif
 
-.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
+.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS)
 WITH_ATLAS=	yes
 .endif
 .if defined(WITH_ATLAS)
 LIB_DEPENDS+=	atlas.2:${PORTSDIR}/math/atlas
-BLAS=		-lf77blas -latlas
+BLAS=		-lf77blas
 .else
 LIB_DEPENDS+=	blas.2:${PORTSDIR}/math/blas
 LIB_DEPENDS+=	lapack.4:${PORTSDIR}/math/lapack
-- 
cgit v1.2.3