From a11ad3eb5a92497333c91be119f7f9767f8d4d9d Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Fri, 26 Jan 2024 02:21:12 -0500 Subject: [PATCH] graphics/spectacle: Drop unused dependency Support for libkImageAnnotator was removed prior to 23.04.0. [1] [1] https://invent.kde.org/graphics/spectacle/-/commit/9d4ffdf70e5a29fa9105cbf8c4f7e1ddca9e377a --- graphics/spectacle/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile index d768bf1226f5..3cb98f2aac0d 100644 --- a/graphics/spectacle/Makefile +++ b/graphics/spectacle/Makefile @@ -1,5 +1,6 @@ PORTNAME= spectacle DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -8,8 +9,7 @@ WWW= https://projects.kde.org/projects/kde/kdegraphics/spectacle LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-image.so:x11/xcb-util-image \ - libxcb-util.so:x11/xcb-util \ - libkImageAnnotator.so:graphics/kimageannotator + libxcb-util.so:x11/xcb-util RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz \