summaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-15 20:14:02 +0000
committerjlam <jlam@pkgsrc.org>2005-07-15 20:14:02 +0000
commitfcc213da631d84f91e18cb0123d519de24c8e5b5 (patch)
tree891fd0228b3d843aa6c33a088cc94bc8bb92dcd4 /devel/autoconf213
parent35f017ce7ae6e18e6102f62c4167973050ee3fca (diff)
downloadpkgsrc-fcc213da631d84f91e18cb0123d519de24c8e5b5.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 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index 564a1b13a7d..c3a4c68d5f0 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/22 20:51:45 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/07/15 20:14:03 jlam Exp $
DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
@@ -10,8 +10,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts (old version)
-USE_TOOLS+= gm4
-TOOLS_DEPMETHOD.gm4= DEPENDS
+USE_TOOLS+= gm4:run
CONFLICTS= autoconf-devel-[0-9]*
CONFLICTS= autoconf<2.50