summaryrefslogtreecommitdiff
path: root/textproc/ispell-base
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 20:14:02 +0000
committerjlam <jlam>2005-07-15 20:14:02 +0000
commita583b80902084c921e31b11d9ff9ee3cc15f7069 (patch)
tree891fd0228b3d843aa6c33a088cc94bc8bb92dcd4 /textproc/ispell-base
parent2145b112085dd79844ef75eec248fba54142dac2 (diff)
downloadpkgsrc-a583b80902084c921e31b11d9ff9ee3cc15f7069.tar.gz
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
Diffstat (limited to 'textproc/ispell-base')
-rw-r--r--textproc/ispell-base/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile
index fe309c367d0..62848b3aaa6 100644
--- a/textproc/ispell-base/Makefile
+++ b/textproc/ispell-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/07/07 12:42:20 markd Exp $
+# $NetBSD: Makefile,v 1.25 2005/07/15 20:14:03 jlam Exp $
#
DISTNAME= ispell-3.3.02
@@ -12,8 +12,7 @@ COMMENT= Interactive spelling checker
CONFLICTS+= ispell-[0-9]*
-USE_TOOLS+= mktemp
-TOOLS_DEPMETHOD.mktemp= DEPENDS
+USE_TOOLS+= mktemp:run
MAKE_FLAGS+= TMPDIR="${WRKDIR}"