diff options
Diffstat (limited to 'security/lxqt-sudo/Makefile')
-rw-r--r-- | security/lxqt-sudo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index c1289c09dd4f..b181f248e32a 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.2.0 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= LXQT @@ -11,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 |