From 62f59f2d063f45a4582c89b7395d52f6a1f29c84 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 18 Jan 2007 22:37:11 +0000 Subject: Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This patch[1] was created by Matthias Clasen . This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525 --- www/firefox/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/firefox/Makefile') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index c0455b866809..66e0ef4763c2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,9 +4,11 @@ # # $FreeBSD$ # $MCom: ports-stable/www/firefox/Makefile,v 1.21 2006/10/25 01:20:12 ahze Exp $ +# PORTNAME= firefox DISTVERSION= 2.0.0.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} -- cgit