summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-11-13 14:26:54 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-11-13 14:26:54 +0000
commitb1f6dafbc49c20d128f7047f8e7c621cdabc1330 (patch)
treed6f8ecd008a7a32fc321a80b1d810c0e79b311fb /science
parentwww/piwigo: update 2.6.3 -> 2.7.1 (diff)
science/kst2:
- NetCDF 4 is not supported yet, set INGORE if NETCDF option is requested. PR: 194936 Reported by: nwhitehorn
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>