summaryrefslogtreecommitdiff
path: root/accessibility/gok/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gok/Makefile')
-rw-r--r--accessibility/gok/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
index f313b9134bee..5a60d280ca85 100644
--- a/accessibility/gok/Makefile
+++ b/accessibility/gok/Makefile
@@ -3,12 +3,11 @@
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/gok/Makefile,v 1.92 2009/03/17 14:42:44 kwm Exp $
+# $MCom: ports/accessibility/gok/Makefile,v 1.106 2009/10/19 19:03:32 kwm Exp $
#
PORTNAME= gok
-PORTVERSION= 2.26.0
-PORTREVISION= 1
+PORTVERSION= 2.28.1
PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= GNOME
@@ -17,6 +16,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME On-Screen Keyboard (GOK)
+LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
@@ -30,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gok.schemas
-post-patch:
- @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
- ${WRKSRC}/gok/word-complete.c
-
.include <bsd.port.mk>