diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 20:27:31 +0800 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /multimedia/vlc-devel | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 09267b8c6727..11a924cfe654 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,6 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.9.0.20070701 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ @@ -534,7 +535,7 @@ CONFIGURE_ARGS+= --disable-twolame .endif .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+=--enable-vorbis .else CONFIGURE_ARGS+=--disable-vorbis |