1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Chase speex-devel's shared library version change, bump PORTREVISION.

This commit is contained in:
Jeremy Messenger 2007-02-22 19:51:53 +00:00
parent 458c9f8a34
commit 9266c54807
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185707
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= opal
PORTVERSION= 2.2.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.voxgratia.org/releases/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src-
@ -48,7 +49,7 @@ CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
.endif
.ifdef (WITH_SPEEX)
LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex-devel
LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex-devel
BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex-devel
CONFIGURE_ARGS+= --enable-localspeex=no
.else

View File

@ -7,6 +7,7 @@
PORTNAME= opal
PORTVERSION= 2.2.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.voxgratia.org/releases/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src-
@ -48,7 +49,7 @@ CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
.endif
.ifdef (WITH_SPEEX)
LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex-devel
LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex-devel
BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex-devel
CONFIGURE_ARGS+= --enable-localspeex=no
.else