summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2007-02-08 15:54:15 +0000
committertv <tv>2007-02-08 15:54:15 +0000
commit61b771882420ca1454ce34c2975497eaba2ec305 (patch)
treee4649dfcda8e65e22acbf2147d09da6140e40785
parent52f07d3b663cebc8607ad2a89d540ece7c7b73a8 (diff)
downloadpkgsrc-61b771882420ca1454ce34c2975497eaba2ec305.tar.gz
NOT_FOR_PLATFORM Interix.
-rw-r--r--sysutils/pscpug/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pscpug/Makefile b/sysutils/pscpug/Makefile
index 344661f4240..5add1df29ff 100644
--- a/sysutils/pscpug/Makefile
+++ b/sysutils/pscpug/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/01/27 00:21:33 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/08 15:54:15 tv Exp $
#
DISTNAME= pscpug032
@@ -13,5 +13,7 @@ COMMENT= Graph a given process's CPU usage
GNU_CONFIGURE= yes
+NOT_FOR_PLATFORM= Interix-*-* # no rusage or procfs stats
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"