diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 15:51:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 15:51:49 +0000 |
commit | 3cbb57b18764e4a367d50a944dd846142cbe43e4 (patch) | |
tree | 54bf9cb15bb946719eda00d141e3472b1dc45cef /multimedia/vlc-devel | |
parent | dd440f1b1670aa97989f09957e79b17d1d66161e (diff) |
Notes
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 029b3111b18e..edeff038a5d6 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 9 +PORTREVISION= 10 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}/ \ @@ -389,7 +389,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.4:${PORTSDIR}/sysutils/libcdio + cdio.5:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio |