aboutsummaryrefslogtreecommitdiff
path: root/graphics/kphotoalbum
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-04 19:26:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-04 19:26:28 +0000
commit19251d916266232bad504fa33d4eba1cc3cfa34d (patch)
tree93d773d5ab4d51acc9e0d4fc9851cccdd335f850 /graphics/kphotoalbum
parent7ea45c6f999ada5cf9e419b9805fa4fb86abe30f (diff)
downloadports-19251d916266232bad504fa33d4eba1cc3cfa34d.tar.gz
ports-19251d916266232bad504fa33d4eba1cc3cfa34d.zip
graphics/kphotoalbum: disable webengine by default on non-x86
Port builds fine without it on powerpc64.
Notes
Notes: svn path=/head/; revision=547566
Diffstat (limited to 'graphics/kphotoalbum')
-rw-r--r--graphics/kphotoalbum/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile
index 2b88cbda96fe..c5d4ae377e2f 100644
--- a/graphics/kphotoalbum/Makefile
+++ b/graphics/kphotoalbum/Makefile
@@ -24,9 +24,15 @@ USE_KDE= archive auth codecs completion config \
iconthemes jobwidgets kio marble purpose service \
sonnet textwidgets widgetsaddons xmlgui
USE_QT= concurrent core dbus declarative gui location network phonon4 \
- printsupport sql webchannel webengine widgets xml \
+ printsupport sql webchannel widgets xml \
buildtools_build qmake_build
SHEBANG_FILES= scripts/open-raw.pl scripts/kpa-backup.sh
+OPTIONS_DEFINE= WEBENGINE
+OPTIONS_DEFAULT_amd64= WEBENGINE
+OPTIONS_DEFAULT_i386= WEBENGINE
+
+WEBENGINE_DESC= Add dependency on qt5-webengine
+WEBENGINE_USE= QT=webengine
.include <bsd.port.mk>