Lines 17-30
Link Here
|
17 |
plasma-framework plasma-workspace runner service solid \ |
17 |
plasma-framework plasma-workspace runner service solid \ |
18 |
sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui |
18 |
sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui |
19 |
USE_QT= core dbus declarative graphicaleffects gui location network \ |
19 |
USE_QT= core dbus declarative graphicaleffects gui location network \ |
20 |
printsupport script webchannel webengine widgets x11extras xml \ |
20 |
printsupport script webchannel widgets x11extras xml \ |
21 |
buildtools_build qmake_build |
21 |
buildtools_build qmake_build |
22 |
|
22 |
|
23 |
OPTIONS_DEFINE= PURPOSE |
23 |
OPTIONS_DEFINE= PURPOSE QTWEBENGINE |
24 |
OPTIONS_DEFAULT= PURPOSE |
24 |
OPTIONS_DEFAULT= PURPOSE |
|
|
25 |
OPTIONS_DEFAULT_amd64= QTWEBENGINE |
26 |
OPTIONS_DEFAULT_i386= QTWEBENGINE |
25 |
|
27 |
|
26 |
PURPOSE_DESC= Enable 'QuickShare' applet |
28 |
PURPOSE_DESC= Enable 'QuickShare' applet |
27 |
PURPOSE_USE= KDE=purpose |
29 |
PURPOSE_USE= KDE=purpose |
28 |
PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose |
30 |
PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose |
29 |
|
31 |
|
|
|
32 |
QTWEBENGINE_DESC= Add dependency on qt5-webengine |
33 |
QTWEBENGINE_USE= qt=webengine |
34 |
QTWEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine=true |
35 |
|
30 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |