aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-09-22 07:04:47 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-22 07:04:47 +0000
commit68465db0de72a4756c696e8cab1a380eb9697f31 (patch)
tree3b22fc7868c692ec5a95843d4b3c67adb0e92587 /deskutils
parentf8943d6667a02817aef40f86dc5a564b76efe1e6 (diff)
downloadports-68465db0de72a4756c696e8cab1a380eb9697f31.tar.gz
ports-68465db0de72a4756c696e8cab1a380eb9697f31.zip
deskutils/xfce4-notifyd: Correctly depend on canberra for sound support
Upstream configure script does not have a specific canberra knob, so use the sound knob to really control linking to canberra library for sound support. To better describe the option I renamed it to SOUND (still disabled by default) PR: 273805 Fixes: 4018c2022be41e2e634d970655cfe78c4b997dc0 MFH: 2023Q3
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-notifyd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile
index cbee8f912314..68894d999080 100644
--- a/deskutils/xfce4-notifyd/Makefile
+++ b/deskutils/xfce4-notifyd/Makefile
@@ -29,14 +29,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-systemd
INSTALL_TARGET= install-strip
-OPTIONS_DEFINE= CANBERRA NLS
+OPTIONS_DEFINE= NLS SOUND
OPTIONS_SUB= yes
-CANBERRA_DESC= Sound (audio) support via canberra
+SOUND_DESC= Sound (audio) support via canberra
-CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
- libcanberra-gtk3.so:audio/libcanberra-gtk3
-CANBERRA_CONFIGURE_ENABLE= canberra
+SOUND_LIB_DEPENDS= libcanberra.so:audio/libcanberra \
+ libcanberra-gtk3.so:audio/libcanberra-gtk3
+SOUND_CONFIGURE_ENABLE= sound
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls