diff options
author | joerg <joerg> | 2006-06-15 15:18:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-15 15:18:03 +0000 |
commit | a1975649b80b2e17fc6fbaf3a7144ead60e0dca5 (patch) | |
tree | 68326ef01dce737df67a1c8a1cd84870b796f95c /sysutils | |
parent | 040d3b4ad098eba553e25e845724d9cac1659918 (diff) | |
download | pkgsrc-a1975649b80b2e17fc6fbaf3a7144ead60e0dca5.tar.gz |
Needs msgfmt.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tpb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile index 861ac071885..086093fa0dd 100644 --- a/sysutils/tpb/Makefile +++ b/sysutils/tpb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/08 16:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/15 15:18:03 joerg Exp $ # DISTNAME= tpb-0.6.1 @@ -13,6 +13,7 @@ COMMENT= Utility to enable the IBM ThinkPad(tm) special keys ONLY_FOR_PLATFORM= *-*-i386 USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |