aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-16 19:57:07 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-16 19:57:07 +0800
commit63380ba531ec3fc8e38340836bccaa69a7b57069 (patch)
treee6fbb54b8e646051262a3bed3ccd8b504fee2e42 /science
parenta00b567b615031cac412463f18ac1c627367c60f (diff)
downloadfreebsd-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/Makefile2
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}" \