diff options
author | maho <maho@FreeBSD.org> | 2009-01-12 06:32:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-01-12 06:32:34 +0800 |
commit | 54acbaad213ac7b5ad9ccba27aff29a0e5cb6ff8 (patch) | |
tree | 6e8b40e3db3d48b555361a6d5913e3cb62246824 | |
parent | e2b6dfb24bfb495e48a4d47ffaf77cb11013921b (diff) | |
download | freebsd-ports-gnome-54acbaad213ac7b5ad9ccba27aff29a0e5cb6ff8.tar.gz freebsd-ports-gnome-54acbaad213ac7b5ad9ccba27aff29a0e5cb6ff8.tar.zst freebsd-ports-gnome-54acbaad213ac7b5ad9ccba27aff29a0e5cb6ff8.zip |
Remove CONFIGURE_ENV line.
Submitted by: gerald@
-rw-r--r-- | math/lapack++/Makefile | 1 |
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) |