diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-10 19:16:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-10 19:16:01 +0000 |
commit | 7470f6d4fed6d4155a96595a8d451b8732e41b68 (patch) | |
tree | 17824e4631293122d00b1e9a50d8e72943d91a7d /science | |
parent | 7da25745dbee8ef2306a5504cb0be0af6b44ed37 (diff) | |
download | ports-7470f6d4fed6d4155a96595a8d451b8732e41b68.tar.gz ports-7470f6d4fed6d4155a96595a8d451b8732e41b68.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index a9cc6d4145dc..d6dbe7de26cb 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT?= Library for machine-independent, array-oriented data access -CONFLICTS= hdf-4.* netcdf-3.* -LATEST_LINK?= netcdf4 +CONFLICTS= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* PORTSCOUT= limit:^4\. OPTIONS_DEFINE= DAP FORTRAN SZIP |