diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-22 14:47:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-22 14:47:30 +0000 |
commit | 88397412ae26ef134ee9e10e5507d4729b408b65 (patch) | |
tree | 96d4534260d2e04da7058346f8e55de4c820559a /x11/libICE/Makefile | |
parent | 08f4121b5a0e80590a5ad92e19e96f674157ef9b (diff) | |
download | pkgsrc-88397412ae26ef134ee9e10e5507d4729b408b65.tar.gz |
Update to libICE-1.0.3. Only functional change is the avoidance of a
NULL reference.
Diffstat (limited to 'x11/libICE/Makefile')
-rw-r--r-- | x11/libICE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index d95d2a09125..9363e1da4ae 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/22 14:47:30 joerg Exp $ # -DISTNAME= libICE-1.0.1 +DISTNAME= libICE-1.0.3 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 |