diff options
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 25d57439d2d1..a2ff6b0f5b21 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -32,6 +32,8 @@ USE_XORG= x11 xcb KDE_INVENT= 110f258e44a45354c5219e497409a22185fa2933 education labplot +CXXFLAGS+= -Wno-error=undef + PLIST_SUB= SHLIB_VER=${PORTVERSION} OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 LIBCERF MATLAB NETCDF ORCUS \ @@ -68,8 +70,8 @@ NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_CMAKE_BOOL= ENABLE_NETCDF ORCUS_DESC= Spreadsheet processing filters (via liborcus) -ORCUS_LIB_DEPENDS= libixion-0.18.so:textproc/libixion \ - liborcus-0.18.so:devel/liborcus +ORCUS_LIB_DEPENDS= libixion-0.20.so:textproc/libixion \ + liborcus-0.20.so:devel/liborcus ORCUS_CMAKE_BOOL= ENABLE_ORCUS ORIGINLAB_DESC= OriginLab project files support |