summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-06-05 14:32:26 +0000
committerwiz <wiz@pkgsrc.org>2008-06-05 14:32:26 +0000
commitb17aa5ddcf3e8c471f5f442ba5601bf6ac108137 (patch)
tree5ceacd549717491f80aa9f4429e07e67725ad434 /misc
parent7dbfcf6eea5080da67b2d93febaf0395f47622a9 (diff)
downloadpkgsrc-b17aa5ddcf3e8c471f5f442ba5601bf6ac108137.tar.gz
Fix build on -current: the pkgsrc intltool is too new for this package.
Use the included one. Patch from drochner@
Diffstat (limited to 'misc')
-rw-r--r--misc/gok/Makefile7
1 files 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