diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-06-21 19:34:33 -0700 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-06-21 19:34:33 -0700 |
commit | e4c325e8b53a6a0b7fc527194f814a7d1e2c2406 (patch) | |
tree | 5d86a4d877f264b796ebfb964a8076b9a066a489 /audio | |
parent | x11/nvidia-driver, x11/linux-nvidia-libs, graphics/nvidia-drm*-kmod, x11/nvid... (diff) |
- Bump PORTREVISION of some lxqt ports
- Fix build with plasma6 6.4.0
With hat: lxqt
PR: 287604
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pavucontrol-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index b9286cafaaae..fd617ae2f444 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= pavucontrol-qt PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= LXQT/${PORTNAME} @@ -11,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= cmake compiler:c++17-lang gettext-runtime localbase:ldflags \ +USES= cmake compiler:c++20-lang gettext-runtime localbase:ldflags \ lxqt:2 qt:6 perl5 pkgconfig tar:xz gnome USE_PERL5= build USE_QT= base:run tools:build |