diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-07 23:39:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-07 23:39:48 +0800 |
commit | 063c7c4cbb54853a23920c494e04160ae17c18cf (patch) | |
tree | e3b92b5895c44e98a4968a80d03a1e5337d8d2f6 /math | |
parent | 296fade5017d0d8cb0b8e4f546d23fe30eaf8168 (diff) | |
download | freebsd-ports-gnome-063c7c4cbb54853a23920c494e04160ae17c18cf.tar.gz freebsd-ports-gnome-063c7c4cbb54853a23920c494e04160ae17c18cf.tar.zst freebsd-ports-gnome-063c7c4cbb54853a23920c494e04160ae17c18cf.zip |
${MAKE_ENV} already included FC and F77 with USE_FORTRAN; omit duplication.
Diffstat (limited to 'math')
-rw-r--r-- | math/linpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index cdd5396b0052..6c648320cfac 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -57,7 +57,7 @@ do-extract: .endfor do-build: - cd ${WRKSRC} ; ${SETENV} "FC=${FC}" "F77=${F77}" ${MAKE_ENV} ${MAKE} + cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} pre-build: ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile |