git: 16e1229edf7c - main - science/netcdf-fortran: Clean up after 4.5.3 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 17:35:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=16e1229edf7cef69510e4002e9f169f27df7aa23 commit 16e1229edf7cef69510e4002e9f169f27df7aa23 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 17:33:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 17:34:44 +0000 science/netcdf-fortran: Clean up after 4.5.3 update --- science/netcdf-fortran/Makefile | 7 ------- 1 file changed, 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>