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 | 6f0f2900002f07a15693e46fa9fbab811dbd7ef9 (patch) | |
tree | 665b6c058eca970777ac2a58390d980bceec25fa /pkgtools/x11-links/Makefile | |
parent | 8472a8ce2e992a5b5ff8b35a5f3a9c13cf8cf612 (diff) | |
download | pkgsrc-6f0f2900002f07a15693e46fa9fbab811dbd7ef9.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 'pkgtools/x11-links/Makefile')
-rw-r--r-- | pkgtools/x11-links/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index f7d8d5f120a..587a11aac9f 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.134 2012/09/11 23:19:40 asau Exp $ +# $NetBSD: Makefile,v 1.135 2012/10/02 12:09:41 tron Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. DISTNAME= x11-links-0.70 +PKGREVISION= 1 CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty |