diff options
-rw-r--r-- | accessibility/gok/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gok/files/patch-gok_main.c | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 98606cf19..eabd13e42 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@freebsd.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.85 2008/07/17 05:50:27 marcus Exp $ +# $MCom: ports/accessibility/gok/Makefile,v 1.86 2008/08/06 04:22:49 mezz Exp $ # PORTNAME= gok PORTVERSION= 1.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= accessibility sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} diff --git a/accessibility/gok/files/patch-gok_main.c b/accessibility/gok/files/patch-gok_main.c deleted file mode 100644 index dc2a6ba45..000000000 --- a/accessibility/gok/files/patch-gok_main.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gok/main.c.orig 2007-10-13 16:43:20.000000000 -0400 -+++ gok/main.c 2007-10-13 16:47:05.000000000 -0400 -@@ -1229,6 +1229,7 @@ static gboolean gok_main_xevie_io (GIOCh - { - #ifdef HAVE_XEVIE - while (xevie_dpy && XPending (xevie_dpy)) { -+ XEvent xevie_event; - XMotionEvent *motion_event; - gboolean has_active_key = gok_scanner_key_is_active (); - /* Xevie has a motion event for us to check */ |