summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 22:05:22 +0300
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 22:07:11 +0300
commite4e5c966bbc889b90e79f1745d523b14e6590798 (patch)
treed9677102dc548bf5cdeedc9b7fd26264bb56adcb /x11
parentx11/qt5-qev: pet stage-qa (diff)
x11/rsibreak: pet stage-qa
Diffstat (limited to 'x11')
-rw-r--r--x11/rsibreak/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile
index 71d28bbe9a20..ba4e8fcace5e 100644
--- a/x11/rsibreak/Makefile
+++ b/x11/rsibreak/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rsibreak
DISTVERSION= 0.12.15
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
@@ -9,10 +10,11 @@ COMMENT= KDE RSI prevention tool
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
-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= auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
iconthemes i18n idletime notifications notifyconfig \
sonnet textwidgets xmlgui widgetsaddons windowsystem
USE_QT= core dbus gui widgets xml buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>