summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
Diffstat (limited to 'science')
-rw-r--r--science/kst2/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>