aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-10-29 00:36:28 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-10-29 00:36:28 +0000
commit9acd8f2d16b48fd2414ba8b95db209fdfdba0b1a (patch)
tree17c1d9b4f206d6f3babac901739bab228f69eef0
parentc5dbdf1971ad604ef3e2ca626462edd3d4adbdc0 (diff)
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.
-rw-r--r--devel/kio-extras/Makefile5
1 files 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