summaryrefslogtreecommitdiff
path: root/cad
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
commite26a9ed75610d28f00b94394a6ca824ad26bb7c3 (patch)
tree891fd0228b3d843aa6c33a088cc94bc8bb92dcd4 /cad
parentbf9129c41e2b7be767d2c17d60e379900e6dda5f (diff)
downloadpkgsrc-e26a9ed75610d28f00b94394a6ca824ad26bb7c3.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 'cad')
-rw-r--r--cad/gnetlist/Makefile5
-rw-r--r--cad/pcb-current/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index 8979bb8a340..81b9004d219 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/05/22 20:51:45 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/07/15 20:14:03 jlam Exp $
#
DISTNAME= geda-gnetlist-${PKGVERSION}
@@ -11,8 +11,7 @@ COMMENT= Netlist generation program
DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols
# needs GNU m4 for the PCBboard netlister
-USE_TOOLS+= gm4
-TOOLS_DEPMETHOD.gm4= DEPENDS
+USE_TOOLS+= gm4:run
.include "../../cad/geda/Makefile.common"
diff --git a/cad/pcb-current/Makefile b/cad/pcb-current/Makefile
index beb8bc8ab4d..363e88d7e61 100644
--- a/cad/pcb-current/Makefile
+++ b/cad/pcb-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/06/01 18:02:40 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/07/15 20:14:03 jlam Exp $
#
DISTNAME= pcb-${SNAPDATE}
@@ -18,8 +18,7 @@ CONFLICTS+= pcb-[0-9]*
SNAPDATE= 20050315
GNU_CONFIGURE= yes
-USE_TOOLS+= bison gm4 gmake lex
-TOOLS_DEPMETHOD.gm4= DEPENDS
+USE_TOOLS+= bison gm4:run gmake lex
INFO_FILES= pcb.info