diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-29 13:53:51 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-01-29 13:53:51 +0000 |
commit | 64056be81aef6bd7e4f25647ee15bcff9d114285 (patch) | |
tree | 5e90af79848241faa884add34dc921b21d65c123 /cad | |
parent | e25732cc98bafeb17431e7caeba7ddab97a6aebd (diff) | |
download | pkgsrc-64056be81aef6bd7e4f25647ee15bcff9d114285.tar.gz |
- add missing USE_LANGUAGES (this pkg uses c and c++)
- require gcc>=3.0. This should fix some recently noted build failures
on 1.6.* systems.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/verilog-current/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 5b26db0a817..7e682e81878 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/01/25 12:11:00 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.50 2006/01/29 13:53:51 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} @@ -14,6 +14,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= verilog-[0-9]* +GCC_REQD+= 3.0 +USE_LANGUAGES= c c++ + SNAPDATE= 20060124 GNU_CONFIGURE= yes USE_TOOLS+= bison gmake lex |