diff options
author | makc <makc@FreeBSD.org> | 2012-09-17 23:07:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-09-17 23:07:04 +0800 |
commit | 17ab7b5d4c1ff7e1d3e104195c9c5e8cd73dc254 (patch) | |
tree | 80f724d0dff6b4988b0bb606876837b66bb5f8e7 /audio | |
parent | 254cc046675f331e6f91381105bdaec181c5123f (diff) | |
download | freebsd-ports-gnome-17ab7b5d4c1ff7e1d3e104195c9c5e8cd73dc254.tar.gz freebsd-ports-gnome-17ab7b5d4c1ff7e1d3e104195c9c5e8cd73dc254.tar.zst freebsd-ports-gnome-17ab7b5d4c1ff7e1d3e104195c9c5e8cd73dc254.zip |
Replace deprecated kdebase component with kdehier: the port installs
service file that can be used by any kde filemanager. I see no reason
to depend on kde-baseapps in this case.
PR: ports/171217
Approved by: maintainer timeout (17 days)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pacpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index afe32caba2e5..40f955496ceb 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -58,7 +58,7 @@ PACPL_PO= en_US.po .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MKDE4} -USE_KDE4= kdebase +USE_KDE4= kdehier PLIST_SUB+= KDE4SERVICEMENU="" KDE4_PREFIX="${KDE4_PREFIX}" .else PLIST_SUB+= KDE4SERVICEMENU="@comment " |