diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-11 03:16:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-11 03:16:01 +0800 |
commit | c5424587ce1622a2ad22d829a7d316510ebdd893 (patch) | |
tree | 17824e4631293122d00b1e9a50d8e72943d91a7d | |
parent | c1197be34870b13fe82981493b58905c901de3c1 (diff) | |
download | freebsd-ports-gnome-c5424587ce1622a2ad22d829a7d316510ebdd893.tar.gz freebsd-ports-gnome-c5424587ce1622a2ad22d829a7d316510ebdd893.tar.zst freebsd-ports-gnome-c5424587ce1622a2ad22d829a7d316510ebdd893.zip |
- Update CONFLICTS
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Remove LATEST_LINK
-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 |