aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-01-26 07:21:12 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-01-26 22:27:08 +0000
commita11ad3eb5a92497333c91be119f7f9767f8d4d9d (patch)
treeac528a39872a46413a88e01b01eba7a619189749
parenta1f91b22f1fc8ada691c47864c6365731cf8ef86 (diff)
downloadports-a11ad3eb5a92497333c91be119f7f9767f8d4d9d.tar.gz
ports-a11ad3eb5a92497333c91be119f7f9767f8d4d9d.zip
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
-rw-r--r--graphics/spectacle/Makefile4
1 files 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 \