diff options
author | tron <tron@pkgsrc.org> | 2012-10-02 12:09:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-10-02 12:09:40 +0000 |
commit | 32aabd7b3762182262c81f352f10ef50d9188028 (patch) | |
tree | 665b6c058eca970777ac2a58390d980bceec25fa /multimedia/vlc | |
parent | 9620baf05b7aa9134256be4eb2ce1198e40fff63 (diff) | |
download | pkgsrc-32aabd7b3762182262c81f352f10ef50d9188028.tar.gz |
Increase the minium required version of the "x11/libxcb" package to 1.6.
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.
Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.
Change discussed with Thomas Klausner in private e-mail.
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 5a2f6143c5e..0ba58cc6bff 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.139 2012/09/23 05:36:23 obache Exp $ +# $NetBSD: Makefile,v 1.140 2012/10/02 12:09:40 tron Exp $ # DISTNAME= vlc-${VLC_VERSION} -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} \ http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ |