diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 22:24:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 22:24:53 +0000 |
commit | ef9692c91ef10c6b58fe448e7c430862ae07f35a (patch) | |
tree | bd84965d73ac9fde441a65100d949495bb81121e /science | |
parent | 3381efcae8f9640be899b6d3a2624a1fe792d4d6 (diff) | |
download | ports-ef9692c91ef10c6b58fe448e7c430862ae07f35a.tar.gz ports-ef9692c91ef10c6b58fe448e7c430862ae07f35a.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/mpqc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |