From b17aa5ddcf3e8c471f5f442ba5601bf6ac108137 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Jun 2008 14:32:26 +0000 Subject: Fix build on -current: the pkgsrc intltool is too new for this package. Use the included one. Patch from drochner@ --- misc/gok/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/gok/Makefile b/misc/gok/Makefile index 4c9e52cb7e3..db154a75e32 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2008/04/09 22:40:19 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2008/06/05 14:32:26 wiz Exp $ # DISTNAME= gok-1.3.7 @@ -12,7 +12,10 @@ HOMEPAGE= http://www.gok.ca/ COMMENT= GNOME On-Screen Keyboard USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config +# use the bundled intltool, the pkgsrc one is too new +#USE_TOOLS+= intltool +USE_TOOLS+= perl USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -- cgit v1.2.3