diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 16:40:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 16:40:11 +0000 |
commit | b1c67f2172709d8c9bcaf84854c8ddb238007650 (patch) | |
tree | fb2716efedab3da574dcafe6dfdccb121b3b8710 /cross | |
parent | e761d4ffe9baed96937497ed8eeb92177677fd08 (diff) | |
download | pkgsrc-b1c67f2172709d8c9bcaf84854c8ddb238007650.tar.gz |
Remove autoconf build dependency (already pulled in via COMMON/cross.mk.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-linux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 1e669b74ee0..52b01a9c0e7 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/07/16 13:37:00 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2002/10/03 16:40:11 wiz Exp $ # DISTVERSION= 2.0.7.1 @@ -10,7 +10,6 @@ MAINTAINER= packages@netbsd.org COMMENT= Cross-compile environment for iX86 Linux, libc v6 BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf CHECK_SHLIBS= no WRKSRC= ${WRKDIR} |