summaryrefslogtreecommitdiff
path: root/textproc/namazu2
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/namazu2
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/namazu2')
-rw-r--r--textproc/namazu2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile
index 41d3a9239dd..d15e69b3523 100644
--- a/textproc/namazu2/Makefile
+++ b/textproc/namazu2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/07/12 16:03:56 taca Exp $
+# $NetBSD: Makefile,v 1.21 2005/07/15 20:14:03 jlam Exp $
DISTNAME= namazu-2.0.14
PKGREVISION= 2
@@ -18,8 +18,7 @@ CONFLICTS+= namazu-[0-9]*
USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
-USE_TOOLS= perl
-TOOLS_DEPMETHOD.perl= DEPENDS
+USE_TOOLS= perl:run
GNU_CONFIGURE= yes
USE_LANGUAGE= c
USE_LIBTOOL= yes