aboutsummaryrefslogtreecommitdiff
path: root/math/linpack
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-02-07 15:39:48 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-02-07 15:39:48 +0000
commit272c8e1e88787eb80021c8ccbc152f6f82e28ac1 (patch)
tree20d85ae352b29e564d36beec69b6f6727dd5128b /math/linpack
parent81d30824d1e70dbd78af36dcc3c930a9487ec4ba (diff)
downloadports-272c8e1e88787eb80021c8ccbc152f6f82e28ac1.tar.gz
ports-272c8e1e88787eb80021c8ccbc152f6f82e28ac1.zip
${MAKE_ENV} already included FC and F77 with USE_FORTRAN; omit duplication.
Notes
Notes: svn path=/head/; revision=227761
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