aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-01-11 22:32:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-01-11 22:32:34 +0000
commitf9ff83359b12f91637b9d63bb3a7403556bdba93 (patch)
treeecc8456790a701fed9e3d8fccea08b9d27fdf67f /math/lapack++
parentc87e7d7fb2cc8c46240ff02c3c1f1f0615185156 (diff)
downloadports-f9ff83359b12f91637b9d63bb3a7403556bdba93.tar.gz
ports-f9ff83359b12f91637b9d63bb3a7403556bdba93.zip
Remove CONFIGURE_ENV line.
Submitted by: gerald@
Notes
Notes: svn path=/head/; revision=225782
Diffstat (limited to 'math/lapack++')
-rw-r--r--math/lapack++/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index 6ce022db2946..f4727700270a 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -52,7 +52,6 @@ LAPACK_LIB= -L${LOCALBASE}/lib -llapack
#lapack++ forces to use atlas when detected, so we should disable here.
CONFIGURE_ARGS+= --with-blas="${BLAS_LIB}" --with-lapack="${LAPACK_LIB}" --disable-atlas
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}"
do-install:
@(cd ${WRKSRC} ; ${GMAKE} install)