pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/gok Fix build on -current: the pkgsrc intltool is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30216f2e5563
branches:  trunk
changeset: 543134:30216f2e5563
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 05 14:32:26 2008 +0000

description:
Fix build on -current: the pkgsrc intltool is too new for this package.
Use the included one.

Patch from drochner@

diffstat:

 misc/gok/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3365c92013eb -r 30216f2e5563 misc/gok/Makefile
--- a/misc/gok/Makefile Thu Jun 05 14:22:24 2008 +0000
+++ b/misc/gok/Makefile Thu Jun 05 14:32:26 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index