diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-05 20:55:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-05 20:55:28 +0000 |
commit | 7633160c4a8e6ad3d03195c6f9ad413a08572f34 (patch) | |
tree | 5e480577ebb54fefe935a63dafe8d7779b531a00 /x11 | |
parent | 505c9f9fc60698073d21038413303d3dbd7bd73c (diff) | |
download | pkgsrc-7633160c4a8e6ad3d03195c6f9ad413a08572f34.tar.gz |
Fixed tools definition, as reported by pkglint.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeyboard-config/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index b54a93f1305..b1689e082a4 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/24 08:01:07 bjs Exp $ +# $NetBSD: Makefile,v 1.5 2008/01/05 20:55:28 rillig Exp $ # DISTNAME= xkeyboard-config-20071217 @@ -17,9 +17,9 @@ CONFLICTS+= xkbdata-[0-9]* GNU_CONFIGURE= yes USE_LANGUAGES= # none -USE_TOOLS+= libtool +USE_LIBTOOL= yes USE_TOOLS+= gmake intltool perl:build automake -USE_TOOLS+= msgfmt msgmerge xgettext +USE_TOOLS+= msgfmt msgmerge xgettext intltoolize autoreconf CONFIGURE_ARGS+= --with-xkb-rules-symlink=xfree86,xorg CONFIGURE_ARGS+= --with-xkb-base=${XKBBASE:Q} |