diff options
Diffstat (limited to 'x11/screengrab/Makefile')
-rw-r--r-- | x11/screengrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index c980cc5e25d9..0eefbd89fd04 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= screengrab PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQT @@ -10,7 +10,7 @@ WWW= https://github.com/lxqt/screengrab LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gnome kde:6 localbase:ldflags lxqt:2 \ +USES= cmake compiler:c++20-lang gnome kde:6 localbase:ldflags lxqt:2 \ perl5 qt:6 tar:xz xorg USE_LXQT= buildtools2 qt6xdg USE_XORG= x11 xcb sm ice xext |