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 /devel | |
parent | 7f56109057cd68b49fbdb86eb676ba487cf6ca6f (diff) | |
download | pkgsrc-3cf8d71faf946fcd02c1e3d7c5088d5f1bfb443d.tar.gz |
Wildcard m4 dependency.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf213/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |