diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:04:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:04:52 +0000 |
commit | 6c0ff6d2791c86527492513d3f40f5586041e81e (patch) | |
tree | ce780eb4be457420d7a743659cbb8359f44149e4 /cross/i386-linux/Makefile | |
parent | a41926ecac26c9109c3ad770532bc757c666829f (diff) | |
download | pkgsrc-6c0ff6d2791c86527492513d3f40f5586041e81e.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cross/i386-linux/Makefile')
-rw-r--r-- | cross/i386-linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 285bb749119..5061ad37aaf 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 14:04:56 wiz Exp $ # DISTVERSION= 2.0.7.1 @@ -7,6 +7,7 @@ EXTRACT_ONLY= # none of the RPM files MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ MAINTAINER= packages@netbsd.org +COMMENT= Cross-compile environment for iX86 Linux, libc v6 BUILD_DEPENDS+= rpm2cpio:../../misc/rpm BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf |