diff options
-rw-r--r-- | sysutils/xuvmstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile index ca2bc1fd995..c612910faf3 100644 --- a/sysutils/xuvmstat/Makefile +++ b/sysutils/xuvmstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/09 13:30:19 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/06/12 21:38:44 joerg Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-//} @@ -10,6 +10,8 @@ MASTER_SITES= http://www.NetBSD.org/~chuck/gz/ MAINTAINER= wiz@NetBSD.org COMMENT= Graphical display for the current UVM status +ONLY_FOR_PLATFORM= NetBSD-*-* + WRKSRC= ${WRKDIR}/xuvmstat INSTALLATION_DIRS= bin |