git: 9acd8f2d16b4 - main - devel/kio-extras: fix dependency on WXIV option (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 29 Oct 2023 00:38:11 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9acd8f2d16b48fd2414ba8b95db209fdfdba0b1a

commit 9acd8f2d16b48fd2414ba8b95db209fdfdba0b1a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-10-29 00:36:28 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-10-29 00:36:28 +0000

    devel/kio-extras: fix dependency on WXIV option (+)
    
    kio-extras was moved from pure libexiv to libkexiv2 some time ago.
    Ajust dependency to get a real use for EXIV option.
---
 devel/kio-extras/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile
index bff1452fde08..d5ea1a2051af 100644
--- a/devel/kio-extras/Makefile
+++ b/devel/kio-extras/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -51,8 +52,8 @@ EXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
 EXR_LIB_DEPENDS=	libOpenEXR.so:graphics/openexr
 
 EXIV_DESC=		Provides support for automatic rotation of JPEGs in the thumbnail kioslave
-EXIV_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Exiv2
-EXIV_LIB_DEPENDS=	libexiv2.so:graphics/exiv2
+EXIV_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5kExiv2
+EXIV_USE=		KDE=libkexiv2
 
 SLP_DESC=		Provides SLP support in the network:/ kioslave
 SLP_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_SLP