diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-30 01:40:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-30 01:40:58 +0000 |
commit | e0ab61bca1dc6eb308b2ff1419a5f2194d910072 (patch) | |
tree | ba62a4b5ddfdc31ab1e03d7de40cb775fc341fe2 /science | |
parent | 816e55ba8970d95b698b303330ad57d660a3f0d1 (diff) | |
download | ports-e0ab61bca1dc6eb308b2ff1419a5f2194d910072.tar.gz ports-e0ab61bca1dc6eb308b2ff1419a5f2194d910072.zip |
Notes
Diffstat (limited to 'science')
-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" \ |