diff options
Diffstat (limited to '')
-rw-r--r-- | math/labplot/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 25d57439d2d1..26f7312f48a1 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= labplot DISTVERSION= 2.11.80 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/ DIST_SUBDIR= KDE/invent.kde.org @@ -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 |