diff options
author | wiz <wiz@pkgsrc.org> | 2002-12-23 19:57:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-12-23 19:57:51 +0000 |
commit | 3cf8d71faf946fcd02c1e3d7c5088d5f1bfb443d (patch) | |
tree | 006960122d83678dfb873f9e982ac0b13387fca6 /cad | |
parent | 7f56109057cd68b49fbdb86eb676ba487cf6ca6f (diff) | |
download | pkgsrc-3cf8d71faf946fcd02c1e3d7c5088d5f1bfb443d.tar.gz |
Wildcard m4 dependency.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gnetlist/Makefile | 4 | ||||
-rw-r--r-- | cad/pcb/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index 0f0e6851fb0..d89c52340e0 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/12/13 05:19:49 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2002/12/23 19:57:52 wiz Exp $ # DISTNAME= geda-gnetlist-${PKGVERSION} @@ -18,7 +18,7 @@ PKGVERSION= 20021103 DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols # needs GNU m4 for the PCBboard netlister -DEPENDS+= m4-1.4:../../devel/m4 +DEPENDS+= m4>=1.4:../../devel/m4 CONFLICTS+= gEDA<19991011 diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 782f1f401c2..ffea4a564a7 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/09/21 06:53:56 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/12/23 19:57:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -15,7 +15,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bach.ece.jhu.edu/~haceaton/pcb/ COMMENT= X11 interactive printed circuit board layout system -DEPENDS+= m4-1.4:../../devel/m4 +DEPENDS+= m4>=1.4:../../devel/m4 USE_BUILDLINK2= yes USE_IMAKE= yes |