diff options
-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) |