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 /x11/xcb-util-image | |
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 'x11/xcb-util-image')
-rw-r--r-- | x11/xcb-util-image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index b12fa51fa34..0cb7d845a56 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2012/08/12 21:19:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/02 12:09:41 tron Exp $ # DISTNAME= xcb-util-image-0.3.9 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 |