aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/netcdf-fortran/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile
index 98df20c0619c..b615a660cdbf 100644
--- a/science/netcdf-fortran/Makefile
+++ b/science/netcdf-fortran/Makefile
@@ -28,11 +28,4 @@ MAKE_JOBS_UNSAFE= yes
TEST_TARGET= check
USE_LDCONFIG= yes
-.include <bsd.port.options.mk>
-
-# XXX: Drop after updating to 4.5.3
-.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10
-FCFLAGS+= -fallow-argument-mismatch
-.endif
-
.include <bsd.port.mk>