Skip to content

Commit

Permalink
- Add CONFLICTS between math/netcdf and science/hdf, they both install
Browse files Browse the repository at this point in the history
  same binaries.

PR:		ports/64646, ports/64647
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
  • Loading branch information
Pav Lucistnik authored and Pav Lucistnik committed Mar 24, 2004
1 parent d5f131c commit 56db852
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/netcdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions science/hdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions science/netcdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions science/netcdf4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56db852

Please sign in to comment.