Skip to content

Commit

Permalink
www/qt5-webkit: fix options
Browse files Browse the repository at this point in the history
USE_QT5= was a thing quite a while ago...

Pointy hat:	tcberner
  • Loading branch information
tcberner committed Sep 14, 2023
1 parent ccc24a7 commit 5179436
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand Down Expand Up @@ -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" \
Expand Down
4 changes: 2 additions & 2 deletions irc/kvirc/Makefile
@@ -1,7 +1,7 @@
PORTNAME= KVIrc
DISTVERSION= 5.0.0-102
DISTVERSIONSUFFIX= -geb3fdd6b1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= irc kde

MAINTAINER= kde@FreeBSD.org
Expand Down Expand Up @@ -31,7 +31,7 @@ CMAKE_ARGS= -DMANDIR:STRING=share/man

OPTIONS_DEFINE= WEBKIT
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

PLIST_SUB= VER=5.0
Expand Down
4 changes: 2 additions & 2 deletions textproc/kreport/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kreport
DISTVERSION= 3.2.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= textproc kde
MASTER_SITES= KDE/stable/${PORTNAME}/src
DIST_SUBDIR= KDE/${PORTNAME}
Expand All @@ -21,7 +21,7 @@ USE_QT= core declarative gui location network printsupport webchannel \
OPTIONS_DEFINE= WEBKIT
OPTIONS_SUB= yes
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_Qt5WebKitWidgets

CONFLICTS_INSTALL= calligra-2*
Expand Down
4 changes: 2 additions & 2 deletions www/choqok/Makefile
@@ -1,6 +1,6 @@
PORTNAME= choqok
DISTVERSION= 1.7.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= www kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
DIST_SUBDIR= KDE/${PORTNAME}
Expand Down Expand Up @@ -34,7 +34,7 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= WEBKIT
OPTIONS_SUB= yes
WEBKIT_DESC= Use obsolete qt5-webkit to build Browser Plugin
WEBKIT_USE= KDE=kdewebkit QT5=webkit
WEBKIT_USE= KDE=kdewebkit QT=webkit
WEBKIT_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5WebKit

.include <bsd.port.mk>

0 comments on commit 5179436

Please sign in to comment.