diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2021-05-09 10:50:19 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2021-05-09 11:09:19 +0000 |
commit | 4c8c1dacdc8ad515b9925c9467d395c9ca052b65 (patch) | |
tree | cbf164a73052c79d076ae5ad3161b79e018214f5 /math/labplot/Makefile | |
parent | 79dc08078ae05657afae780c3a67aeec561abfd8 (diff) |
Diffstat (limited to 'math/labplot/Makefile')
-rw-r--r-- | math/labplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 1fa22fe2e85d..d326eb434c16 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,8 +1,7 @@ # Created by: Kay Lehmann <kay_lehmann@web.de> PORTNAME= labplot -DISTVERSION= 2.8.1 -PORTREVISION= 8 +DISTVERSION= 2.8.2 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -30,6 +29,7 @@ USE_QT= concurrent core dbus gui network printsupport serialport \ buildtools_build qmake_build CMAKE_OFF= ENABLE_LIBCERF +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback DATADIR= ${PREFIX}/share/labplot2 |