summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 20:14:02 +0000
committerjlam <jlam>2005-07-15 20:14:02 +0000
commitd4f731ff0b0cceef954e40bffd8a8c38267bcaf3 (patch)
tree891fd0228b3d843aa6c33a088cc94bc8bb92dcd4 /textproc/aspell
parentd2eea181f0c5ef51db2ef63ecadc8d3add70bd6b (diff)
downloadpkgsrc-d4f731ff0b0cceef954e40bffd8a8c38267bcaf3.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/aspell')
-rw-r--r--textproc/aspell/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 9c815457a50..30735972a7e 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/06/28 14:18:55 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2005/07/15 20:14:03 jlam Exp $
#
DISTNAME= aspell-0.60.3
@@ -12,9 +12,9 @@ COMMENT= Spell checker with good multi-language support
CONFLICTS= libpspell-[0-9]*
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake perl
+USE_TOOLS+= gmake
# for bin/aspell-import
-TOOLS_DEPMETHOD.perl= DEPENDS
+USE_TOOLS+= perl:run
USE_LIBTOOL= yes
USE_LANGUAGES= c c++