From 5204220f6082af8b44d9978819be846c96429020 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 14 Jul 2003 09:51:48 +0000 Subject: update to snapshot "20030705". There was a couple of snapshots since february; besides bugfixes the major highligths might be: -handling of real values at various places -support for library modules (esp cadence PLI1) -better FPGA support (esp Virtex II) -"vvp" interactive mode added Also converted to buildlink2, and dependencies to libz, libbz2 and readline added. --- cad/verilog-current/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cad/verilog-current/Makefile') diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 626c3ac3726..77b4db69518 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/02/04 00:46:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2003/07/14 09:51:48 drochner Exp $ # DISTNAME= verilog-${SNAPDATE} @@ -17,7 +17,8 @@ BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf CONFLICTS+= verilog-[0-9]* -SNAPDATE= 20030202 +SNAPDATE= 20030705 +USE_BUILDLINK2= yes GNU_CONFIGURE= yes USE_GMAKE= yes # @@ -29,4 +30,7 @@ YACC= ${LOCALBASE}/bin/bison TEST_DIRS= ${WRKSRC} TEST_TARGET= check +.include "../../devel/zlib/buildlink2.mk" +.include "../../archivers/bzip2/buildlink2.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3