Clean up CONFIGURE_ENV handling.

Approved by:	maintainer timeout
This commit is contained in:
Gerald Pfeifer 2009-02-27 11:23:19 +00:00
parent d7d792dedc
commit 928650e59a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229150

View file

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