diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-08 10:09:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-08 10:09:04 +0000 |
commit | 2216aa7f7be6ba9a2e125f8e4730499fe6c9edaa (patch) | |
tree | 9fc3888b9f75021da0d3833dd1e0e8d2cd3c63eb /misc/gok | |
parent | 510f7993e232fb65393672a4ef913b9ded2a2898 (diff) | |
download | pkgsrc-2216aa7f7be6ba9a2e125f8e4730499fe6c9edaa.tar.gz |
Also needs p5-XML-Parser if included intltool should work.
Diffstat (limited to 'misc/gok')
-rw-r--r-- | misc/gok/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gok/Makefile b/misc/gok/Makefile index db154a75e32..5309341cedd 100644 --- a/misc/gok/Makefile +++ b/misc/gok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2008/06/05 14:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2008/06/08 10:09:04 wiz Exp $ # DISTNAME= gok-1.3.7 @@ -13,9 +13,10 @@ COMMENT= GNOME On-Screen Keyboard USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake msgfmt pkg-config -# use the bundled intltool, the pkgsrc one is too new -#USE_TOOLS+= intltool +# XXX: use the bundled intltool, the pkgsrc one is too new +BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser USE_TOOLS+= perl +#USE_TOOLS+= intltool USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |