diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-05-21 17:51:40 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-05-21 18:02:41 +0800 |
commit | 2967e4704557f7944c6ecca685484e1f1daacac6 (patch) | |
tree | 057fb91c099e31add82855eaf4f742b1042acbd0 /graphics/spectacle | |
parent | 2c0ebe819f4424a360869d7e09b0ea1c0bf7f6bb (diff) | |
download | freebsd-ports-gnome-2967e4704557f7944c6ecca685484e1f1daacac6.tar.gz freebsd-ports-gnome-2967e4704557f7944c6ecca685484e1f1daacac6.tar.zst freebsd-ports-gnome-2967e4704557f7944c6ecca685484e1f1daacac6.zip |
graphics/spectacle: add image annotation dependency
Spectacle is a screenshot utility. It can also annotate
screenshots (arrows, labels, etc.) when the annotations
dependency (shared with ksnip) is installed. Add that
dependency since it's useful and maybe an essential
feature for screenshots.
Diffstat (limited to 'graphics/spectacle')
-rw-r--r-- | graphics/spectacle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile index 92890a1ce365..6a996eeff298 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 @@ -7,7 +8,8 @@ COMMENT= KDE screen capture program LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-image.so:x11/xcb-util-image \ - libxcb-util.so:x11/xcb-util + libxcb-util.so:x11/xcb-util \ + libkImageAnnotator.so:graphics/kimageannotator RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg |