diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-03-28 17:16:45 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-03-28 17:16:45 +0000 |
commit | 2b6c83f6a7bc7b88b72257fd4a2b7d604e6526a4 (patch) | |
tree | a4ccca496a1dee59a84963269843f233bf5df882 /cross | |
parent | 9726f817be70fe6d14cf5793a6fc8e0e34169dbe (diff) | |
download | pkgsrc-2b6c83f6a7bc7b88b72257fd4a2b7d604e6526a4.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} |