diff options
author | obache <obache@pkgsrc.org> | 2013-12-13 07:11:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-13 07:11:20 +0000 |
commit | 521ca34cf4f7ba477488d8acaa5484d37a18c3e9 (patch) | |
tree | 91ef33a81dbd3fa72e54e72b46c29f515ef068e6 /mk | |
parent | a14cb55dcaf5efcc833e982dd4946b675cff8ff9 (diff) | |
download | pkgsrc-521ca34cf4f7ba477488d8acaa5484d37a18c3e9.tar.gz |
sort
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/tools.NetBSD.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk index 9b3daf0cdb9..6f6f9cee9d2 100644 --- a/mk/tools/tools.NetBSD.mk +++ b/mk/tools/tools.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.NetBSD.mk,v 1.49 2013/11/06 13:12:50 obache Exp $ +# $NetBSD: tools.NetBSD.mk,v 1.50 2013/12/13 07:11:20 obache Exp $ # # System-supplied tools for the NetBSD operating system. @@ -113,10 +113,10 @@ TOOLS_PLATFORM.touch?= /usr/bin/touch TOOLS_PLATFORM.tr?= /usr/bin/tr TOOLS_PLATFORM.true?= true # shell builtin TOOLS_PLATFORM.tsort?= /usr/bin/tsort -TOOLS_PLATFORM.wc?= /usr/bin/wc .if exists(/usr/bin/unzip) TOOLS_PLATFORM.unzip?= /usr/bin/unzip .endif +TOOLS_PLATFORM.wc?= /usr/bin/wc TOOLS_PLATFORM.xargs?= /usr/bin/xargs .if exists(/usr/bin/xgettext) TOOLS_PLATFORM.xgettext?= /usr/bin/xgettext |