summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 15:20:15 +0000
committerjlam <jlam>2005-05-16 15:20:15 +0000
commitc8beda22060be106c0f9d3126ed3a32c36386949 (patch)
tree5dcb356d151a11b1c34b0d71db04cbfcd34c5fff /mk
parenta0ca4901ccb46be9df8e1e6e83e7a1c1851b6968 (diff)
downloadpkgsrc-c8beda22060be106c0f9d3126ed3a32c36386949.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)