diff options
author | dmcmahill <dmcmahill> | 2002-10-13 23:01:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-10-13 23:01:27 +0000 |
commit | cbd108bcf83980a7b094e41dd968b6ced62ba285 (patch) | |
tree | 3d3c3541bddacdcba0e70087f7d16fd37c176e60 /cad/verilog-current/Makefile | |
parent | bd4c8233314f3620418e9826e2e3d5a1b1df0c8f (diff) | |
download | pkgsrc-cbd108bcf83980a7b094e41dd968b6ced62ba285.tar.gz |
update to verilog-current-20020921 snapshot. Many improvemnts in the
synthesis code and bug fixes in the simulation code since the last
packaged snapshot.
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r-- | cad/verilog-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 50cc48971b0..7a252359f42 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2002/08/29 11:15:56 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.29 2002/10/13 23:01:27 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} PKGNAME= verilog-current-${SNAPDATE} -SNAPDATE= 20020828 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ @@ -18,6 +17,7 @@ BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf CONFLICTS+= verilog-[0-9]* +SNAPDATE= 20020921 GNU_CONFIGURE= yes USE_GMAKE= yes # |