diff options
author | maho <maho@FreeBSD.org> | 2003-08-30 01:40:58 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-30 01:40:58 +0000 |
commit | e8f1dc7fbed942c237d6f4515e94514ab6280ad6 (patch) | |
tree | 5346d5497731696fe878ddb5e29ba33dbca5842a /science | |
parent | 7cd4bb65ef55f669191bcb4a0f1c3ed0d180ecb2 (diff) | |
download | FreeBSD-ports-e8f1dc7fbed942c237d6f4515e94514ab6280ad6.zip FreeBSD-ports-e8f1dc7fbed942c237d6f4515e94514ab6280ad6.tar.gz |
Fixed build dependency
Submitted by: bento
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 2e5315a..ad8b3f2 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" \ |