aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-01-30 17:00:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-01-30 17:02:03 +0000
commitd90cf2ee254d5f4d7bc564f3a292bd60e0caf9e8 (patch)
tree2bc89621f995195e1e88576faffa1794a94c7b8c
parent451ebcd34194c7be16ee0790d9458ac15313bfce (diff)
downloadports-d90cf2ee254d5f4d7bc564f3a292bd60e0caf9e8.tar.gz
ports-d90cf2ee254d5f4d7bc564f3a292bd60e0caf9e8.zip
audio/alsa-plugins: drop unused SPEEX=on dependency
====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libspeex.so (cherry picked from commit c402d06aa792be1bae62f27efe6e999ea43428a4)
-rw-r--r--audio/alsa-plugins/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index 238821dfced1..cdffe0a1769e 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -35,8 +35,7 @@ PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
SAMPLERATE_CONFIGURE_ENABLE= samplerate
-SPEEX_LIB_DEPENDS= libspeex.so:audio/speex \
- libspeexdsp.so:audio/speexdsp
+SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
SPEEX_CONFIGURE_ON= --with-speex=lib
SPEEX_CONFIGURE_OFF= --without-speex