summaryrefslogtreecommitdiff
path: root/cad/verilog-current/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-07-14 09:51:48 +0000
committerdrochner <drochner>2003-07-14 09:51:48 +0000
commit5204220f6082af8b44d9978819be846c96429020 (patch)
tree1740492d6847ecb2b50f60b9c7931573e0a85863 /cad/verilog-current/Makefile
parent3840592b59d654c456815b4226799b3da66a7163 (diff)
downloadpkgsrc-5204220f6082af8b44d9978819be846c96429020.tar.gz
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.
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r--cad/verilog-current/Makefile8
1 files changed, 6 insertions, 2 deletions
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"