aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 64bebb44f8a9..109daf81cc5a 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
.endif
.ifdef (WITH_SPEEX)
-LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex-devel
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex-devel
CONFIGURE_ARGS+= --enable-localspeex=no
.else