diff options
author | pav <pav@FreeBSD.org> | 2004-03-24 18:55:25 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-24 18:55:25 +0000 |
commit | ee49ddd3365c9c106b497770ad2516690593d18a (patch) | |
tree | 65a1d14e84fbfe7a586e3a2e9c48f635318875b4 /science/netcdf | |
parent | 1d27d56c878dee03079e4980f5929d000008b503 (diff) | |
download | FreeBSD-ports-ee49ddd3365c9c106b497770ad2516690593d18a.zip FreeBSD-ports-ee49ddd3365c9c106b497770ad2516690593d18a.tar.gz |
- Add CONFLICTS between math/netcdf and science/hdf, they both install
same binaries.
PR: ports/64646, ports/64647
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'science/netcdf')
-rw-r--r-- | science/netcdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index f9f0e1d..0b65627 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -17,6 +17,8 @@ COMMENT= Library for machine-independent, array-oriented data access WRKSRC= ${WRKDIR}/${DISTNAME}/src +CONFLICTS= hdf-4.* + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" INSTALLS_SHLIB= yes |