diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-08 07:23:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-08 07:23:04 +0800 |
commit | 5a1cad77f69a9e7799845513d20774d105ce1044 (patch) | |
tree | 567b556eb3a8633c02eb9d072b15257b32fa6a1b /x11-toolkits/gtk20/Makefile | |
parent | d4b88b8d714d66863271fc2da8bdcaf38bad9381 (diff) | |
download | freebsd-ports-gnome-5a1cad77f69a9e7799845513d20774d105ce1044.tar.gz freebsd-ports-gnome-5a1cad77f69a9e7799845513d20774d105ce1044.tar.zst freebsd-ports-gnome-5a1cad77f69a9e7799845513d20774d105ce1044.zip |
Fix a problem in the GIF pixbuf loader that caused GTK+ apps to crash when
trying to load GIF images.
Reported by: William N. Culler Jr. <william@neo.rr.com>
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 0487187b86e7..f6bd80a1add7 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |