diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 17:04:54 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 17:06:34 +0000 |
commit | cd37364b666c0aa59ad83ac367db9b992d71e39d (patch) | |
tree | cc3bd08b0a2f0f38157275437acd3404ef791e55 /net-im/kaccounts-integration/Makefile | |
parent | 45cc712c1ddcae9f90e3e926d5023a424d2eb36b (diff) |
Diffstat (limited to 'net-im/kaccounts-integration/Makefile')
-rw-r--r-- | net-im/kaccounts-integration/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile index f3b99dec617a..4494d104be3e 100644 --- a/net-im/kaccounts-integration/Makefile +++ b/net-im/kaccounts-integration/Makefile @@ -1,6 +1,6 @@ PORTNAME= kaccounts-integration DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://projects.kde.org/projects/kdereview/kaccounts-integration LIB_DEPENDS= libQCoro5Core.so:devel/qcoro@qt5 \ libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libsignon-qt5.so:sysutils/signond@qt5 -RUN_DEPENDS= signon-ui:sysutils/signon-ui@qt5 +RUN_DEPENDS= signon-ui:sysutils/signon-ui USES= cmake compiler:c++11-lang gettext-tools pkgconfig kde:5 \ qt:5 tar:xz |