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

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 16-29 Link Here
16
		plasma-framework plasma-workspace runner service solid \
16
		plasma-framework plasma-workspace runner service solid \
17
		sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui
17
		sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui location network \
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui location network \
19
		printsupport script webchannel webengine widgets x11extras xml \
19
		printsupport script webchannel 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
34
29
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 241598