diff options
author | tron <tron@pkgsrc.org> | 2002-09-13 07:18:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-13 07:18:42 +0000 |
commit | 572789596f57369faae7697c09e506d3f37ea9d8 (patch) | |
tree | d2f917256c54f4c886907869bdb59df495cf03cf /sysutils | |
parent | c3a78b4a2c19ab9c4c1b2f75e63eaf2751fadd8c (diff) | |
download | pkgsrc-572789596f57369faae7697c09e506d3f37ea9d8.tar.gz |
Mark this package as broken on NetBSD 1.6H for the moment.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/aperture/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 7f18f131340..b57586fea25 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/02/08 22:58:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2002/09/13 07:18:42 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -22,7 +22,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:=${subdir}nb1/} MAINTAINER= jlam@netbsd.org COMMENT= XFree86 Framebuffer "aperture" driver for NetBSD/i386 -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.[0-5]*-i386 NetBSD-1.6-i386 \ + NetBSD-1.6.*-i386 NetBSD-1.6[A-G]-i36 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL |