diff options
author | pav <pav@FreeBSD.org> | 2004-03-25 02:55:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-25 02:55:25 +0800 |
commit | ee49ddd3365c9c106b497770ad2516690593d18a (patch) | |
tree | 65a1d14e84fbfe7a586e3a2e9c48f635318875b4 /science/hdf | |
parent | 1d27d56c878dee03079e4980f5929d000008b503 (diff) | |
download | freebsd-ports-graphics-ee49ddd3365c9c106b497770ad2516690593d18a.tar.gz freebsd-ports-graphics-ee49ddd3365c9c106b497770ad2516690593d18a.tar.zst freebsd-ports-graphics-ee49ddd3365c9c106b497770ad2516690593d18a.zip |
- 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/hdf')
-rw-r--r-- | science/hdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 00c7fef81d2..1002a5f48cd 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -16,6 +16,8 @@ COMMENT= Hierarchical Data Format library (from NCSA) LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +CONFLICTS= netcdf-* + MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 MAN3= gr_chunk.3 MANCOMPRESSED= maybe |