svn commit: r547566 - head/graphics/kphotoalbum

Piotr Kubaj pkubaj at FreeBSD.org
Fri Sep 4 19:26:29 UTC 2020


Author: pkubaj
Date: Fri Sep  4 19:26:28 2020
New Revision: 547566
URL: https://svnweb.freebsd.org/changeset/ports/547566

Log:
  graphics/kphotoalbum: disable webengine by default on non-x86
  
  Port builds fine without it on powerpc64.

Modified:
  head/graphics/kphotoalbum/Makefile

Modified: head/graphics/kphotoalbum/Makefile
==============================================================================
--- head/graphics/kphotoalbum/Makefile	Fri Sep  4 19:24:54 2020	(r547565)
+++ head/graphics/kphotoalbum/Makefile	Fri Sep  4 19:26:28 2020	(r547566)
@@ -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>


More information about the svn-ports-all mailing list