diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-11 03:17:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-11 03:17:08 +0800 |
commit | 66c5836c0559b03d2fb142943735ec21e9611de9 (patch) | |
tree | ebbb75767acc439d79c3f8cf2b0b9b9bce9ead5c /science | |
parent | c5424587ce1622a2ad22d829a7d316510ebdd893 (diff) | |
download | freebsd-ports-gnome-66c5836c0559b03d2fb142943735ec21e9611de9.tar.gz freebsd-ports-gnome-66c5836c0559b03d2fb142943735ec21e9611de9.tar.zst freebsd-ports-gnome-66c5836c0559b03d2fb142943735ec21e9611de9.zip |
- Use CONFLICTS_INSTALL instead of CONFLICTS
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index d6dbe7de26cb..ff905cbe209e 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -12,7 +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.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* +CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* PORTSCOUT= limit:^4\. OPTIONS_DEFINE= DAP FORTRAN SZIP |