diff options
author | tron <tron@pkgsrc.org> | 2002-12-04 13:25:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-04 13:25:31 +0000 |
commit | e9f974f53db7d342f93f994df9e7722989273f98 (patch) | |
tree | 1d588b6d6fb5c613986a16d9a93350a2b3cf47dc /sysutils | |
parent | dfd85c12bb040e5c6bfa71ff821d82f4ddc302a8 (diff) | |
download | pkgsrc-e9f974f53db7d342f93f994df9e7722989273f98.tar.gz |
Mark this package as broken on NetBSD 1.6H and newer because the code for
examining the swap space needs to be rewritten from scratch.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 3dfea87ca85..00e1750cf75 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/09/23 22:01:31 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2002/12/04 13:25:31 tron Exp $ DISTNAME= xosview-1.7.0.b PKGNAME= xosview-1.7.0b @@ -10,6 +10,8 @@ MAINTAINER= bgrayson@netbsd.org HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html COMMENT= X11 graphical display of OS statistics +NOT_FOR_PLATFORM= NetBSD-1.6[H-Z]*-* NetBSD-1.[7-9]*-* NetBSD-[2-9]*-* + USE_BUILDLINK2= YES USE_X11BASE= YES |