diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-14 21:56:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-14 21:56:14 +0000 |
commit | dd1e0961ec504a3d6b1c5f9f4a4171569ba574cc (patch) | |
tree | ee8fae2b456f31de080d0c8c39e4202eebc8e1d7 /x11-toolkits/gtk20/Makefile | |
parent | 9e03f19df19f5efc5993a9fd8593b144a74ac611 (diff) |
Add a patch from gtk+ CVS that fixes the corrupt thumbnails in
gnome-theme-manager.
Obtained from: gtk+ CVS
Notes
Notes:
svn path=/head/; revision=86961
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index a608a77edcc0..454d1df0acec 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |