Skip to content

Commit 2967e47

Browse files
Adriaan de GrootAdriaan de Groot
authored andcommitted
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.
1 parent 2c0ebe8 commit 2967e47

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

graphics/spectacle/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
PORTNAME= spectacle
22
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
3+
PORTREVISION= 1
34
CATEGORIES= graphics kde kde-applications
45

56
MAINTAINER= kde@FreeBSD.org
67
COMMENT= KDE screen capture program
78

89
LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \
910
libxcb-image.so:x11/xcb-util-image \
10-
libxcb-util.so:x11/xcb-util
11+
libxcb-util.so:x11/xcb-util \
12+
libkImageAnnotator.so:graphics/kimageannotator
1113
RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins
1214

1315
USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg

0 commit comments

Comments
 (0)