diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-09 08:46:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-09 08:46:32 +0000 |
commit | 078256f8b25d9ca19e1e5f901f8940fdb8f2e00c (patch) | |
tree | fd44a8b048c1862c8a8659836709178ea4a4290a /x11/libXi/Makefile | |
parent | 8137a81f9fcd91a8a9b5dc01c79ef33199a0f805 (diff) | |
download | pkgsrc-078256f8b25d9ca19e1e5f901f8940fdb8f2e00c.tar.gz |
Update to libXi-1.3.
Most notable change is that this brings XI2 support, matching
changes noted in the inputproto-2.0 update.
Diffstat (limited to 'x11/libXi/Makefile')
-rw-r--r-- | x11/libXi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 9352eb83256..e31f879b133 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2009/02/27 21:36:10 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/04/09 08:46:32 tnn Exp $ # -DISTNAME= libXi-1.2.1 +DISTNAME= libXi-1.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 |