diff options
-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 |