From b1f6dafbc49c20d128f7047f8e7c621cdabc1330 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 13 Nov 2014 14:26:54 +0000 Subject: [PATCH] science/kst2: - NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested. PR: 194936 Reported by: nwhitehorn --- science/kst2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 8ce7b02f3a73..0e3bd92322b0 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -36,7 +36,7 @@ FITS_LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio MATLAB_DESC= Support for data in MATLAB format MATLAB_LIB_DEPENDS= libmatio.so:${PORTSDIR}/math/matio -NETCDF_DESC= Support for data in NetCDF format +NETCDF_DESC= Support for data in NetCDF format (broken) NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf TOOLKIT_DESC= Qt toolkit @@ -62,6 +62,8 @@ pre-configure: .if !${PORT_OPTIONS:MNETCDF} ${REINPLACE_CMD} -e '/find_package(Netcdf)/d' \ ${CMAKE_SOURCE_PATH}/CMakeLists.txt +.else +IGNORE= does not support NetCDF 4 .endif .include