diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 17:25:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-12 18:31:39 +0000 |
commit | 6378fd4d2247927094b5e9cd9650e2d1ee582c0e (patch) | |
tree | fcef5cf9471175467c233fedf9d7f39de5ef5db6 | |
parent | 1876dace3efa6b87f48001223b10dc8f0deb261f (diff) |
devel/kf5-knotifyconfig: drop dependency on phonon4
- phonon4 is the fallback, when canberra is not available. As we link
with canberra, this can be dropped.
-rw-r--r-- | devel/kf5-knotifyconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kf5-knotifyconfig/Makefile b/devel/kf5-knotifyconfig/Makefile index f702b4c1ae2e..b5f3d2a65f02 100644 --- a/devel/kf5-knotifyconfig/Makefile +++ b/devel/kf5-knotifyconfig/Makefile @@ -1,5 +1,6 @@ PORTNAME= knotifyconfig DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -11,7 +12,7 @@ USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kio \ service solid widgetsaddons windowsystem \ ecm:build -USE_QT= concurrent core dbus gui network phonon4 widgets \ +USE_QT= concurrent core dbus gui network widgets \ buildtools:build qmake:build USE_XORG= x11 |