mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Replace hardcoded gfortran42 by ${FC}.
This commit is contained in:
parent
52cc338797
commit
26782d396e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226414
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user