diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 02:57:12 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 02:57:12 +0300 |
commit | 456a66c3f269603a97d04183c3fd0dc3fdb31bae (patch) | |
tree | 497b3fe34df8a0b560f7dc84f653c41113364547 /deskutils/calindori/Makefile | |
parent | misc/bibletime: add hidden dependencies on qt5-printsupport and qt5-widgets (+) (diff) |
deskutils/calindori: pet stage-qa, add missed dependency on desktop-file-utils
Approved by: portmgr blanket
Diffstat (limited to '')
-rw-r--r-- | deskutils/calindori/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/calindori/Makefile b/deskutils/calindori/Makefile index 6dcbdae06d85..4524076f943f 100644 --- a/deskutils/calindori/Makefile +++ b/deskutils/calindori/Makefile @@ -1,6 +1,6 @@ PORTNAME= calindori DISTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -10,7 +10,7 @@ COMMENT= Calendar application for desktop and phone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz USE_GL= gl USE_QT= core dbus declarative gui \ network quickcontrols quickcontrols2 \ |