Clean up CONFIGURE_ENV handling.
Approved by: maintainer timeout
This commit is contained in:
parent
d7d792dedc
commit
928650e59a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229150
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ WRKMAN= ${WRKDIR}/PAPI/man
|
|||
# Although the package may not install the fortran binaries, it requires the
|
||||
# fortran compiler
|
||||
USE_FORTRAN= yes
|
||||
|
||||
CONFIGURE_ENV+= F77="${F77}" FFLAGS="-fdefault-integer-8"
|
||||
FFLAGS= -fdefault-integer-8
|
||||
|
||||
OPTIONS= CTESTS "Install C tests" On
|
||||
OPTIONS+= FTESTS "Install Fortran tests" On
|
||||
|
|
Loading…
Reference in a new issue