diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-09-10 05:48:49 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-09-10 05:48:49 +0000 |
commit | b60fab9a567b480bc96efd8ea73bf594551e4708 (patch) | |
tree | 0029431c186c9ce25fb91b4707d12b493cec9982 /x11-wm/lxqt/Makefile | |
parent | 3b024db732b302723f8ed31d820d9c8610439ce7 (diff) | |
download | ports-b60fab9a567b480bc96efd8ea73bf594551e4708.tar.gz ports-b60fab9a567b480bc96efd8ea73bf594551e4708.zip |
x11-wm/lxqt: Add qt6-translations like dependency
- Bump PORTERVISION
PR: 280575
Reported by: bsduck at mailo.com
Diffstat (limited to 'x11-wm/lxqt/Makefile')
-rw-r--r-- | x11-wm/lxqt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/lxqt/Makefile b/x11-wm/lxqt/Makefile index cfb6ab0ea0e4..db6ff9823409 100644 --- a/x11-wm/lxqt/Makefile +++ b/x11-wm/lxqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= lxqt@FreeBSD.org @@ -29,7 +30,8 @@ RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ qlipper:deskutils/qlipper \ openbox:x11-wm/openbox -USES= metaport +USES= qt:6 metaport +USE_QT= translations OPTIONS_DEFINE= EDITOR SSH SUDO OPTIONS_DEFAULT= EDITOR SSH SUDO |