aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 17:33:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 17:34:44 +0000
commit16e1229edf7cef69510e4002e9f169f27df7aa23 (patch)
treef9e41a5bf3d88a1ed16a3e805f9b5e17e64c4b98 /science
parent3d12b331cb5f27e59bd758706e84e75b4b297582 (diff)
downloadports-16e1229edf7cef69510e4002e9f169f27df7aa23.tar.gz
ports-16e1229edf7cef69510e4002e9f169f27df7aa23.zip
science/netcdf-fortran: Clean up after 4.5.3 update
Diffstat (limited to 'science')
-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>