summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 22:02:21 +0300
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 22:05:57 +0300
commitcd3f3ebc72e0595632301c876afe95d206a55451 (patch)
tree3356c3958a906eaa273473e72042940cad5dfb07 /deskutils
parentdeskutils/korganizer: pet stage-qa (diff)
deskutils/ktimetracker: pet stage-qa
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/ktimetracker/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/ktimetracker/Makefile b/deskutils/ktimetracker/Makefile
index a2ea95471aea..7ed25798537f 100644
--- a/deskutils/ktimetracker/Makefile
+++ b/deskutils/ktimetracker/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ktimetracker
DISTVERSION= 5.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src/
@@ -10,7 +10,7 @@ COMMENT= Todo management and time tracker
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= kio sonnet auth calendarcore codecs config configwidgets \
coreaddons dbusaddons i18n idletime jobwidgets \
notifications service textwidgets widgetsaddons \
@@ -18,5 +18,6 @@ USE_KDE= kio sonnet auth calendarcore codecs config configwidgets \
doctools_build
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>