diff options
-rw-r--r-- | cad/gnetlist/Makefile | 4 | ||||
-rw-r--r-- | cad/pcb/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf213/Makefile | 4 |
4 files changed, 8 insertions, 8 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 diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index bab7da529ee..7ed0c651e26 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/12/04 14:39:47 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2002/12/23 19:57:52 wiz Exp $ DISTNAME= autoconf-2.57 CATEGORIES= devel @@ -8,7 +8,7 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts -DEPENDS= m4-1.4:../../devel/m4 +DEPENDS= m4>=1.4:../../devel/m4 # The next line is for conflicts with old versions of this package, # which had autoconf-devel as PKGNAME. diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index fa01600a061..9f3f39bf2f1 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/03 19:40:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/23 19:57:52 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html COMMENT= Generates automatic source code configuration scripts (old version) -DEPENDS= m4-1.4:../../devel/m4 +DEPENDS= m4>=1.4:../../devel/m4 CONFLICTS= autoconf-devel-[0-9]* CONFLICTS= autoconf<2.50 |