summaryrefslogtreecommitdiff
path: root/x11/lxqt-runner/Makefile
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2021-11-10 18:21:13 +0100
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2021-11-10 19:25:32 +0100
commitce215014c4f094e41f1533427e015392a318bf95 (patch)
tree9a56df071d74a2cc166aee1df566efc443507d32 /x11/lxqt-runner/Makefile
parentsysutils/lxqt-powermanagement: Update to 1.0.0 (diff)
x11/lxqt-runner: Update to 1.0.0
Diffstat (limited to 'x11/lxqt-runner/Makefile')
-rw-r--r--x11/lxqt-runner/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile
index a444c289c74d..c231de9ae124 100644
--- a/x11/lxqt-runner/Makefile
+++ b/x11/lxqt-runner/Makefile
@@ -1,7 +1,7 @@
# Created by: Olivier Duchateau
PORTNAME= lxqt-runner
-PORTVERSION= 0.17.0
+PORTVERSION= 1.0.0
CATEGORIES= x11
MASTER_SITES= LXQT
@@ -14,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libmuparser.so:math/muparser
USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
- gnome localbase lxqt pkgconfig tar:xz
+ gnome localbase lxqt pkgconfig tar:xz xorg
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
script svg widgets x11extras xml
USE_KDE= windowsystem
USE_GNOME= glib20
USE_LXQT= buildtools globalkeys qtxdg
-
+USE_XORG= x11
CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF
.include <bsd.port.mk>