summaryrefslogtreecommitdiff
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
commit26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch)
tree5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /multimedia/vlc
parentaudio/speex-devel -> audio/speex, remove audio/speex-devel. (diff)
Chase the shared library version of speex, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=185771
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 218bbf7ce3ef..8d8c8723fbc2 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.5
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
@@ -444,7 +444,7 @@ CONFIGURE_ARGS+=--disable-slp
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
CONFIGURE_ARGS+=--enable-speex
CPPFLAGS+=-I${LOCALBASE}/include/speex
.else