diff options
Diffstat (limited to 'cad/verilog/Makefile')
-rw-r--r-- | cad/verilog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile index 2155d2aa7aa..8740af9b769 100644 --- a/cad/verilog/Makefile +++ b/cad/verilog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:28:47 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/01/29 13:56:29 dmcmahill Exp $ # DISTNAME= verilog-0.8.1 @@ -13,6 +13,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= verilog-current-[0-9]* +USE_LANGUAGES= c c++ + GNU_CONFIGURE= yes USE_TOOLS+= bison gmake lex CONFIGURE_ARGS+= --without-ipal |