aboutsummaryrefslogtreecommitdiffstats
path: root/math/linpack
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-02-07 23:39:48 +0800
committergerald <gerald@FreeBSD.org>2009-02-07 23:39:48 +0800
commit063c7c4cbb54853a23920c494e04160ae17c18cf (patch)
treee3b92b5895c44e98a4968a80d03a1e5337d8d2f6 /math/linpack
parent296fade5017d0d8cb0b8e4f546d23fe30eaf8168 (diff)
downloadfreebsd-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/linpack')
-rw-r--r--math/linpack/Makefile2
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