View | Details | Raw Unified | Return to bug 241598 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/x11-toolkits/plasma5-kdeplasma-addons/Makefile (-1 / +7 lines)
Lines 19-29 Link Here
19
		printsupport script webchannel webengine widgets x11extras xml \
19
		printsupport script webchannel webengine widgets x11extras xml \
20
		buildtools_build qmake_build
20
		buildtools_build qmake_build
21
21
22
OPTIONS_DEFINE=	PURPOSE
22
OPTIONS_DEFINE=	PURPOSE QTWEBENGINE
23
OPTIONS_DEFAULT=	PURPOSE
23
OPTIONS_DEFAULT=	PURPOSE
24
OPTIONS_DEFAULT_amd64=	QTWEBENGINE
25
OPTIONS_DEFAULT_i386=	QTWEBENGINE
24
26
25
PURPOSE_DESC=	Enable 'QuickShare' applet
27
PURPOSE_DESC=	Enable 'QuickShare' applet
26
PURPOSE_USE=	KDE=purpose
28
PURPOSE_USE=	KDE=purpose
27
PURPOSE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose
29
PURPOSE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose
28
30
31
QTWEBENGINE_DESC=	Add dependency on qt5-webengine
32
QTWEBENGINE_USE=	qt=webengine
33
QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine=true
34
29
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 241598