diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 09:11:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 10:41:42 +0000 |
commit | d1c0dd89476cc0073876bc17876fe94201ce2166 (patch) | |
tree | 371466fb9c280983f2318b1b7689b37df6a6c610 | |
parent | 2550c6d175ce043d5d1a3e30ab88811ce894ca8f (diff) | |
download | ports-d1c0dd89476cc0073876bc17876fe94201ce2166.tar.gz ports-d1c0dd89476cc0073876bc17876fe94201ce2166.zip |
audio/plasma5-kpipewire: cleanup dependencies
-rw-r--r-- | audio/plasma5-kpipewire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/plasma5-kpipewire/Makefile b/audio/plasma5-kpipewire/Makefile index dd1013b90275..a18e30c80011 100644 --- a/audio/plasma5-kpipewire/Makefile +++ b/audio/plasma5-kpipewire/Makefile @@ -1,5 +1,6 @@ PORTNAME= kpipewire DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= audio kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -17,7 +18,7 @@ USE_GL= egl gbm gl USE_GNOME= glib20 USE_KDE= coreaddons i18n wayland \ ecm:build plasma-wayland-protocols:build -USE_QT= core dbus declarative gui network wayland \ +USE_QT= core declarative gui network wayland \ buildtools:build qmake:build .include <bsd.port.mk> |