diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 00:28:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 00:28:44 +0800 |
commit | b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55 (patch) | |
tree | b7dc44bbce3a6fd59e9c7c1d7655850957d39229 /x11-toolkits/gtk20/Makefile | |
parent | 00c861dec4645dab6a444afcbd61f4dca7ad958d (diff) | |
download | marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar.gz marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar.bz2 marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar.lz marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar.xz marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.tar.zst marcuscom-ports-b56fb2a10a1020e4a11b3bc5c763ab3bd80b4c55.zip |
Fix screen resolution initialization issues that were causing vte to lockup.
See http://bugzilla.gnome.org/show_bug.cgi?id=314452 for more details.
Obtained from: Above bug
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4626 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 5df485deb..003bc771b 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.67 2005/08/24 07:49:27 ahze Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.68 2005/08/24 19:36:46 mezz Exp $ # PORTNAME= gtk PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \ ftp://ftp.gtk.org/pub/gtk/v2.8/ \ |