Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 19:26:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547566 - head/graphics/kphotoalbum
Message-ID:  <202009041926.084JQThW038588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041926.084JQThW038588>