diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-12 21:38:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-12 21:38:44 +0000 |
commit | cf79e82f6cd761cafba3d1afc0f2cc601bb1415e (patch) | |
tree | 9dde9676131e10d6d2867bf213a720ad408a71b7 /sysutils/xuvmstat | |
parent | a301385b35791f2b3676138165eda791f9f2e6ef (diff) | |
download | pkgsrc-cf79e82f6cd761cafba3d1afc0f2cc601bb1415e.tar.gz |
UVM stats don't make much sense on !NetBSD, so mark it as
ONLY_FOR_PLATFORM. Discussed with wiz@.
Diffstat (limited to 'sysutils/xuvmstat')
-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 |