aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/opal/Makefile2
-rw-r--r--net/opal3/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 64bebb44f8a9..109daf81cc5a 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/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