diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-17 08:31:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-17 08:31:19 +0800 |
commit | c8e0adcdfe8b7d3ee36c59d2fe3bb6b28770de8e (patch) | |
tree | 42c5b2f76288c15344a60ef38239332efcf1dff7 /x11-toolkits/gtk20/Makefile | |
parent | c7c5df4156020c40cdd8bf61d7ada573f5b7749c (diff) | |
download | freebsd-ports-gnome-c8e0adcdfe8b7d3ee36c59d2fe3bb6b28770de8e.tar.gz freebsd-ports-gnome-c8e0adcdfe8b7d3ee36c59d2fe3bb6b28770de8e.tar.zst freebsd-ports-gnome-c8e0adcdfe8b7d3ee36c59d2fe3bb6b28770de8e.zip |
Fix a bug that caused spurious crashes in metacity.
Special thanks goes to James Pole <james.pole@paradise.net.nz>,
and Marc Recht <marc@informatik.uni-bremen.de> who provided information
to GNOME's Bugzilla. More details on this bug can be found at:
http://bugzilla.gnome.org/show_bug.cgi?id=97992
http://bugzilla.gnome.org/show_bug.cgi?id=94806
Obtained from: GNOME CVS
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 5a7f53baf5fc..058ca497c8b7 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 2.0.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.0,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |