diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-14 20:54:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-14 20:54:16 +0000 |
commit | 1783fa8ccaea04bdcc42ccbd9d8842344dd227d6 (patch) | |
tree | d53ceeb9ca9a2ce8fdfaa62550a3b53024e0621a /multimedia/vlc | |
parent | 4a9a325bfd10be16b0e0edc74078bcf6bf96304a (diff) |
Notes
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 3daf771c5de8..7ec4480bce0f 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -176,7 +176,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 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}/ \ @@ -388,7 +388,7 @@ CONFIGURE_ARGS+= --disable-arts .if !defined(WITHOUT_CDROM) LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ - cdio.3:${PORTSDIR}/sysutils/libcdio + cdio.4:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio |