aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/papi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile
index a67ee62520dd..cd4f7f40fe14 100644
--- a/devel/papi/Makefile
+++ b/devel/papi/Makefile
@@ -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