diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-16 19:57:07 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-16 19:57:07 +0800 |
commit | 63380ba531ec3fc8e38340836bccaa69a7b57069 (patch) | |
tree | e6fbb54b8e646051262a3bed3ccd8b504fee2e42 /science | |
parent | a00b567b615031cac412463f18ac1c627367c60f (diff) | |
download | freebsd-ports-gnome-63380ba531ec3fc8e38340836bccaa69a7b57069.tar.gz freebsd-ports-gnome-63380ba531ec3fc8e38340836bccaa69a7b57069.tar.zst freebsd-ports-gnome-63380ba531ec3fc8e38340836bccaa69a7b57069.zip |
forgot a "\"
Submitted by: "Dan Langille" <dan@langille.org>
Diffstat (limited to 'science')
-rw-r--r-- | science/mpqc-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index 22f2385a7bb3..2d1160e35513 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich # MPICH implimentation is not thread safe -CONFIGURE_ARGS= --with-libdirs="-L${PREFIX}/lib -L${PREFIX}/mpich/lib" +CONFIGURE_ARGS= --with-libdirs="-L${PREFIX}/lib -L${PREFIX}/mpich/lib" \ --with-blas="-lf77blas -latlas" \ --with-lapack="-lalapack -lcblas" \ --with-coptflags="${CFLAGS}" \ |