Replace hardcoded gfortran42 by ${FC}.

This commit is contained in:
Gerald Pfeifer 2009-01-19 04:31:09 +00:00
parent 52cc338797
commit 26782d396e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226414

View File

@ -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