Correct mpich dependency.

This commit is contained in:
Maho Nakata 2007-07-14 22:24:53 +00:00
parent 3381efcae8
commit ef9692c91e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195623

View File

@ -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)