diff options
author | wiz <wiz> | 2008-06-05 14:32:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-06-05 14:32:26 +0000 |
commit | 828e5959a3f2ca61ad446fd2e825b19f32214051 (patch) | |
tree | 5ceacd549717491f80aa9f4429e07e67725ad434 /misc | |
parent | d966bbfc599196e6315d40af68afec58d74e79a9 (diff) | |
download | pkgsrc-828e5959a3f2ca61ad446fd2e825b19f32214051.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/Makefile | 7 |
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 |