aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:04:58 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:07:01 +0000
commit9c404e22fdd12491ff3add0b41da6527810c3a18 (patch)
treedaeb2a5f776fe8bb6a570bec4bc027abf3570bd5 /x11-fm
parentdc1b06da9234e6d93c2fb925f8c2b9382f059f75 (diff)
downloadports-9c404e22fdd12491ff3add0b41da6527810c3a18.tar.gz
ports-9c404e22fdd12491ff3add0b41da6527810c3a18.zip
x11-fm/krusader2: pet stage-qa
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/krusader2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile
index 9cef7d43262c..f666ccc7d7e2 100644
--- a/x11-fm/krusader2/Makefile
+++ b/x11-fm/krusader2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= krusader
DISTVERSION= 2.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/
@@ -10,7 +10,7 @@ COMMENT= Twin panel file manager for KDE, like midnight or norton commander
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 tar:xz xorg
USE_KDE= archive auth auth bookmarks codecs completion config \
configwidgets coreaddons doctools ecm guiaddons i18n \
iconthemes itemviews jobwidgets kio notifications parts \
@@ -18,5 +18,6 @@ USE_KDE= archive auth auth bookmarks codecs completion config \
windowsystem xmlgui
USE_QT= concurrent core dbus gui network printsupport xml widgets \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>