From ef9692c91ef10c6b58fe448e7c430862ae07f35a Mon Sep 17 00:00:00 2001
From: Maho Nakata <maho@FreeBSD.org>
Date: Sat, 14 Jul 2007 22:24:53 +0000
Subject: Correct mpich dependency.

---
 science/mpqc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 1acfb4bc21f9..b56f7622c219 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -40,7 +40,7 @@ BLAS=		-lblas
 LAPACK=		-llapack
 .endif
 .if defined(WITH_MPICH)
-BUILD_DEPENDS+=	${LOCALBASE}/mpich2/lib/libmpich.a:${PORTSDIR}/net/mpich2
+LIB_DEPENDS+=	mpich:${PORTSDIR}/net/mpich2
 .endif
 LIB_DEPENDS+=	int.1:${PORTSDIR}/science/libint
 .if !defined(NOPORTDOCS)
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0