diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 08:45:56 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 09:08:26 +0200 |
commit | 5179436ee927fb4207cd89de9e54603164b45e84 (patch) | |
tree | 7420399756f990f377f9783c38daa79aaaac1254 /editors/calligra | |
parent | net-im/gitterdone: mark for removal at the end of the year (diff) |
www/qt5-webkit: fix options
USE_QT5= was a thing quite a while ago...
Pointy hat: tcberner
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index fe4d75a1d309..c3bf11d845b3 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,6 +1,6 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 58 +PORTREVISION= 59 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -65,7 +65,7 @@ OPTIONS_DEFAULT= OPENEXR OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin -WEBKIT_USE= QT5=webkit +WEBKIT_USE= QT=webkit WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebKit CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ |