summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorwennmach <wennmach>2001-04-11 13:36:19 +0000
committerwennmach <wennmach>2001-04-11 13:36:19 +0000
commit14584b9fa791b3279a0961dd7341cee514ef627a (patch)
treeefaa3de8058ad9ab6789bda15f3657aeea3cd106 /cad
parent6c60dff50178ee25656be49440f8f6342ce885b7 (diff)
downloadpkgsrc-14584b9fa791b3279a0961dd7341cee514ef627a.tar.gz
Use wildcards in CONFLICTS.
Diffstat (limited to 'cad')
-rw-r--r--cad/verilog-current/Makefile4
-rw-r--r--cad/verilog/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile
index d3a0ea56896..4d47dc334c9 100644
--- a/cad/verilog/Makefile
+++ b/cad/verilog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:47 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/11 13:36:19 wennmach Exp $
#
DISTNAME= verilog-0.4
@@ -13,7 +13,7 @@ BUILD_DEPENDS+= bison-*:../../devel/bison
BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf
DEPENDS+= ipal-current>=20001210:../../cad/ipal-current
-CONFLICTS+= verilog-current
+CONFLICTS+= verilog-current-[0-9]*
GNU_CONFIGURE= yes
USE_GMAKE= yes