diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-24 18:55:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-24 18:55:25 +0000 |
commit | 56db852da4f98f91083cce75e79219c2d0b8db3d (patch) | |
tree | a66f64eb107fcde437ddda6f47640eca70341d7c /math | |
parent | d5f131c7fdd331ce16a0aca14a551695f1bd3330 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/netcdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index f9f0e1d9b3a8..0b65627a5fc9 100644 --- a/math/netcdf/Makefile +++ b/math/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 |