diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-10-28 21:38:47 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2023-10-28 21:39:27 +0000 |
commit | e1f8465d05312fdebefa0b0250f30d624a29005b (patch) | |
tree | 29694524990540bb752306d8664ba650a310abe1 | |
parent | e248b6db768e932e6cf3fd36959ed874ca347b78 (diff) | |
download | ports-e1f8465d05312fdebefa0b0250f30d624a29005b.tar.gz ports-e1f8465d05312fdebefa0b0250f30d624a29005b.zip |
deskutils/kdeconnect-kde: add missed dependency on kirgami-addons
-rw-r--r-- | deskutils/kdeconnect-kde/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/kdeconnect-kde/Makefile b/deskutils/kdeconnect-kde/Makefile index 1135a06341bc..c2cce6b62c6b 100644 --- a/deskutils/kdeconnect-kde/Makefile +++ b/deskutils/kdeconnect-kde/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdeconnect-kde DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -13,10 +14,12 @@ LIB_DEPENDS= libfakekey.so:x11/libfakekey \ libKF5PulseAudioQt.so:audio/pulseaudio-qt BUILD_DEPENDS= kpeoplevcard>0:net/kpeoplevcard \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ - wayland-protocols>=0:graphics/wayland-protocols + wayland-protocols>=0:graphics/wayland-protocols \ + kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons RUN_DEPENDS= sshpass:security/sshpass \ sshfs:sysutils/fusefs-sshfs \ - kpeoplevcard>0:net/kpeoplevcard + kpeoplevcard>0:net/kpeoplevcard \ + kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ pkgconfig qca qt:5 tar:xz xorg |