aboutsummaryrefslogtreecommitdiff
path: root/math/freefem++
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-19 04:31:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-19 04:31:09 +0000
commit26782d396ede9a15819697dc82fc4c0a39ad71eb (patch)
tree7c3b81b328f4a969ec14601f9118634b36d0cb26 /math/freefem++
parent52cc338797182a070da5934e94a0434faff9caf6 (diff)
downloadports-26782d396ede9a15819697dc82fc4c0a39ad71eb.tar.gz
ports-26782d396ede9a15819697dc82fc4c0a39ad71eb.zip
Replace hardcoded gfortran42 by ${FC}.
Notes
Notes: svn path=/head/; revision=226414
Diffstat (limited to 'math/freefem++')
-rw-r--r--math/freefem++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 77a9fe231112..8e5487a13f03 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -29,8 +29,8 @@ RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \
RESTRICTED= No resale or commercial use
USE_FORTRAN= yes
-FORTRANLIBDIR= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\``
-FORTRANLIBDIR2= `${DIRNAME} \`gfortran42 -print-libgcc-file-name\``/../../../
+FORTRANLIBDIR= `${DIRNAME} \`${FC} -print-libgcc-file-name\``
+FORTRANLIBDIR2= `${DIRNAME} \`${FC} -print-libgcc-file-name\``/../../../
USE_BISON= build
USE_GL= yes
USE_GMAKE= yes