diff options
Diffstat (limited to 'security/lxqt-sudo')
-rw-r--r-- | security/lxqt-sudo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index d9a5993d080a..c5dcf5e3f665 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT @@ -12,7 +12,8 @@ LICENSE= LGPL21+ RUN_DEPENDS= sudo:security/sudo -USES= cmake gettext kde:6 lxqt:2 qt:6 perl5 tar:xz gnome xorg +USES= cmake compiler:c++20-lang gettext kde:6 lxqt:2 qt:6 perl5 tar:xz \ + gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg |