summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortron <tron>2001-08-27 14:35:04 +0000
committertron <tron>2001-08-27 14:35:04 +0000
commite9a15cf60cb0df818817d9787d8349256ab361f3 (patch)
tree7c17d7303ac7c9f39a4bf93764bc326af20f142a /cross
parent3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff)
downloadpkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'cross')
-rw-r--r--cross/armv2-netbsd/Makefile4
-rw-r--r--cross/i386-linux/Makefile4
-rw-r--r--cross/mipsEEel-netbsd/Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile
index f35ea9850c4..3e0b4f43b24 100644
--- a/cross/armv2-netbsd/Makefile
+++ b/cross/armv2-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:48 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/27 14:35:06 tron Exp $
#
DISTVERSION= 1.3.0.0
@@ -18,7 +18,7 @@ EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= armv2-netbsd
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
post-patch: egcs-autoconf
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index 573c70b3ec8..722cdf4af2a 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/03/27 03:19:49 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:06 tron Exp $
#
DISTVERSION= 2.0.7.1
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
COMMENT= Cross-compile environment for iX86 Linux, libc v6
BUILD_DEPENDS+= rpm-*:../../misc/rpm
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
CHECK_SHLIBS= no
WRKSRC= ${WRKDIR}
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile
index 80cd86419bd..5a54ba8abae 100644
--- a/cross/mipsEEel-netbsd/Makefile
+++ b/cross/mipsEEel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/16 07:28:48 kent Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/27 14:35:06 tron Exp $
DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION}
TARGET_ARCH= mipsEEel-netbsd
@@ -44,8 +44,8 @@ DISTFILES+= gcc-${GCC_VERSION}.EE-linux.patch.bz2
GCC_PATCH1= ${_DISTDIR}/gcc-${GCC_VERSION}.EE-linux.patch.bz2
DISTFILES+= gcc-ps2linux-0.9.1.patch.bz2
GCC_PATCH2= ${_DISTDIR}/gcc-ps2linux-0.9.1.patch.bz2
-BUILD_DEPENDS+= bison:../../devel/bison
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= bison-*:../../devel/bison
+BUILD_DEPENDS+= autoconf-*:../../devel/autoconf
pre-patch: binutils-patch gcc-patch