diff options
author | arved <arved@FreeBSD.org> | 2004-12-09 06:19:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-12-09 06:19:42 +0800 |
commit | f5b22e0211b0faa0a057050ced3aaf644afee847 (patch) | |
tree | a6966715219e0c2134c158b5831c1fc06acfaa9a /multimedia/vlc | |
parent | eb090544d0af8ca6e5a6b008481e72912249069f (diff) | |
download | freebsd-ports-gnome-f5b22e0211b0faa0a057050ced3aaf644afee847.tar.gz freebsd-ports-gnome-f5b22e0211b0faa0a057050ced3aaf644afee847.tar.zst freebsd-ports-gnome-f5b22e0211b0faa0a057050ced3aaf644afee847.zip |
libcdio: Update to 0.71
vcdimager: Update to 0.7.21
vlc: Chase share library bumps, Bump PORTREVISION
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index d614831e24dd..006800a9f6f6 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -167,7 +167,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 3 +PORTREVISION= 4 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}/ \ @@ -364,8 +364,8 @@ CONFIGURE_ARGS+= --disable-arts .endif .if !defined(WITHOUT_CDROM) -LIB_DEPENDS+= vcdinfo.0:${PORTSDIR}/multimedia/vcdimager \ - cdio.2:${PORTSDIR}/sysutils/libcdio +LIB_DEPENDS+= vcdinfo.1:${PORTSDIR}/multimedia/vcdimager \ + cdio.3:${PORTSDIR}/sysutils/libcdio CONFIGURE_ARGS+=--enable-vcd \ --enable-libcddb \ --enable-libcdio |