diff options
author | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-27 03:19:43 +0000 |
commit | f63de72ad91a5e675f6b4da410b4fc8333fc0d81 (patch) | |
tree | 387535a43617bd882ee1e20ce4779c6544f8925b /cad/verilog | |
parent | 8f8631769bc10d6d2843a57e8f6ca7d8c8fa63da (diff) | |
download | pkgsrc-f63de72ad91a5e675f6b4da410b4fc8333fc0d81.tar.gz |
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Diffstat (limited to 'cad/verilog')
-rw-r--r-- | cad/verilog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile index 80c4a0aac8e..d3a0ea56896 100644 --- a/cad/verilog/Makefile +++ b/cad/verilog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:47 hubertf Exp $ # DISTNAME= verilog-0.4 @@ -9,8 +9,8 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://icarus.com/eda/verilog/index.html COMMENT= Verilog simulation and synthesis tool (stable release version) -BUILD_DEPENDS+= bison:../../devel/bison -BUILD_DEPENDS+= gperf:../../devel/gperf +BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf DEPENDS+= ipal-current>=20001210:../../cad/ipal-current CONFLICTS+= verilog-current |