diff options
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r-- | cad/verilog-current/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 8d7863858ad..448d2f91ae7 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2000/11/24 18:03:58 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2000/12/19 18:53:51 dmcmahill Exp $ # -DISTNAME= verilog-20001119 -PKGNAME= verilog-current-20001119 +DISTNAME= verilog-20001216 +PKGNAME= verilog-current-20001216 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ @@ -11,10 +11,13 @@ HOMEPAGE= http://icarus.com/eda/verilog/index.html BUILD_DEPENDS+= bison:../../devel/bison BUILD_DEPENDS+= gperf:../../devel/gperf +DEPENDS+= ipal-current>=20001210:../../cad/ipal-current CONFLICTS+= verilog GNU_CONFIGURE= yes USE_GMAKE= yes +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}" .include "../../mk/bsd.pkg.mk" |