Chase the merged of speex-devel -> speex.

This commit is contained in:
Jeremy Messenger 2007-02-23 22:51:30 +00:00
parent 26a0087e1e
commit c1cd8ed075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185772
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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