summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/Makefile
diff options
context:
space:
mode:
authorJeremy Chadwick <koitsu@FreeBSD.org>2007-04-05 19:28:20 +0000
committerJeremy Chadwick <koitsu@FreeBSD.org>2007-04-05 19:28:20 +0000
commit950aa9d668510098b38626bed6d2103c4eef40c5 (patch)
tree79ad258aaf00b65fce90c6d18e0b6c5537f27841 /multimedia/vlc-devel/Makefile
parentOne more temporary workaround for make(1) in -CURRENT. (diff)
* LIB_DEPENDS changes (require libdvdread.so.5)
* PORTREVISION increment Reviewed by: philip
Notes
Notes: svn path=/head/; revision=189307
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r--multimedia/vlc-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index fe7d423ae460..a23c70a2e08f 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.8.6a
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
@@ -255,7 +255,7 @@ CONFIGURE_ARGS+=--disable-dvdnav
.endif
.if defined(WITH_DVDREAD) && !defined(WITHOUT_DVDREAD)
-LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread
+LIB_DEPENDS+= dvdread.5:${PORTSDIR}/multimedia/libdvdread
CONFIGURE_ARGS+=--enable-dvdread
.else
CONFIGURE_ARGS+=--disable-dvdread