diff options
Diffstat (limited to 'science/mpqc-mpich/Makefile')
-rw-r--r-- | science/mpqc-mpich/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index 2e5315a3c9d8..ad8b3f23c932 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -9,10 +9,10 @@ MASTERDIR= ${.CURDIR}/../mpqc/ PKGNAMESUFFIX= -mpich -BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich - .include "${.CURDIR}/../mpqc/Makefile" +BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich + # MPICH implimentation is not thread safe CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \ --with-include="-I${LOCALBASE}/mpich/include" \ |