diff options
author | hubertf <hubertf> | 1999-03-28 17:16:45 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-03-28 17:16:45 +0000 |
commit | dcdb0401da4035a93bb2d589b2a5f6f64478c6d0 (patch) | |
tree | a4ccca496a1dee59a84963269843f233bf5df882 /cross | |
parent | 0ac9d73aa3240bb5c0d25a40ea2fda46dfa81d7e (diff) | |
download | pkgsrc-dcdb0401da4035a93bb2d589b2a5f6f64478c6d0.tar.gz |
add autoconf (-> autoheader) as BUILD_DEPEND
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-linux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index b78cf5e223e..aa15cc1a5b7 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/01/04 22:54:44 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/03/28 17:16:45 hubertf Exp $ # DISTVERSION= 2.0.7.1 @@ -8,7 +8,8 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= rpm2cpio:../../misc/rpm +BUILD_DEPENDS+= rpm2cpio:../../misc/rpm +BUILD_DEPENDS+= autoheader:../../devel/autoconf WRKSRC= ${WRKDIR} |