diff options
author | wennmach <wennmach> | 2001-04-11 13:36:19 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-11 13:36:19 +0000 |
commit | 14584b9fa791b3279a0961dd7341cee514ef627a (patch) | |
tree | efaa3de8058ad9ab6789bda15f3657aeea3cd106 /cad/verilog-current | |
parent | 6c60dff50178ee25656be49440f8f6342ce885b7 (diff) | |
download | pkgsrc-14584b9fa791b3279a0961dd7341cee514ef627a.tar.gz |
Use wildcards in CONFLICTS.
Diffstat (limited to 'cad/verilog-current')
-rw-r--r-- | cad/verilog-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index f4e56cbff54..91062366996 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/03/31 00:00:35 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.15 2001/04/11 13:38:41 wennmach Exp $ # DISTNAME= verilog-20010324 @@ -14,7 +14,7 @@ BUILD_DEPENDS+= bison-*:../../devel/bison BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf DEPENDS+= ipal-current>=20001210:../../cad/ipal-current -CONFLICTS+= verilog +CONFLICTS+= verilog-[0-9]* GNU_CONFIGURE= yes USE_GMAKE= yes |