diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-09 23:18:33 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-09 23:18:33 +0800 |
commit | c7af2ea2216d2f3a7f050a5f8dd6431de115dc89 (patch) | |
tree | 9394365c30cd68486cce3837d83f875098a58d5c /multimedia | |
parent | 0b21d7d368ed5dd50b51551986d8903aa619eb71 (diff) | |
download | freebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.tar.gz freebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.tar.zst freebsd-ports-gnome-c7af2ea2216d2f3a7f050a5f8dd6431de115dc89.zip |
- chase libver bump in x264
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 29da389e0914..fbfdb8190a72 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6.20060621 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://nightlies.videolan.org/build/source/ # http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -292,7 +292,7 @@ CONFIGURE_ARGS+=--disable-dirac .if !defined(WITHOUT_X264) CONFIGURE_ARGS+=--enable-x264 -LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 .else CONFIGURE_ARGS+=--disable-x264 .endif diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 4f1072c1ca60..5180c4f1e718 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.5 -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}/ \ @@ -283,7 +283,7 @@ CONFIGURE_ARGS+=--disable-dirac .if !defined(WITHOUT_X264) CONFIGURE_ARGS+=--enable-x264 -LIB_DEPENDS+= x264.47:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.49:${PORTSDIR}/multimedia/x264 .else CONFIGURE_ARGS+=--disable-x264 .endif |