summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 15:20:15 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 15:20:15 +0000
commitd48540d243e4d7e57c5fb38da9752081644643fe (patch)
tree5dcb356d151a11b1c34b0d71db04cbfcd34c5fff /mk
parent2a1abab73894beee268efdb0f657c46d4afa50e6 (diff)
downloadpkgsrc-d48540d243e4d7e57c5fb38da9752081644643fe.tar.gz
Fix mistake in previous commit -- expr is required by the wrapper
framework. Problem & fix from tron@.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 524154900a1..917d9922c09 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1664 2005/05/16 05:11:51 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1665 2005/05/16 15:20:15 jlam Exp $
#
# This file is in the public domain.
#
@@ -835,9 +835,12 @@ PKGSRC_USE_TOOLS+= \
mkdir mv pax pwd rm rmdir sed sh sort tail test touch tr true \
wc xargs
+# bsd.wrapper.mk
+PKGSRC_USE_TOOLS+= expr
+
# bsd.bulk-pkg.mk uses certain tools
.if defined(BATCH)
-PKGSRC_USE_TOOLS+= expr tee tsort
+PKGSRC_USE_TOOLS+= tee tsort
.endif
.if !defined(NO_MTREE)