summaryrefslogtreecommitdiff
path: root/sysutils/pscpug
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-01-11 23:30:39 +0000
committerjoerg <joerg@pkgsrc.org>2013-01-11 23:30:39 +0000
commite3f68edffb85fedfa92a842822640fc6b075e779 (patch)
tree0ef818a14c241d08f7c44b33eaf1ff9592d16748 /sysutils/pscpug
parent01d941717acc0589771109d319864e81b6144149 (diff)
downloadpkgsrc-e3f68edffb85fedfa92a842822640fc6b075e779.tar.gz
Requires _KMEMUSER on NetBSD/current
Diffstat (limited to 'sysutils/pscpug')
-rw-r--r--sysutils/pscpug/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pscpug/Makefile b/sysutils/pscpug/Makefile
index e4b3014ff2e..9f4b35731c3 100644
--- a/sysutils/pscpug/Makefile
+++ b/sysutils/pscpug/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 19:51:20 asau Exp $
+# $NetBSD: Makefile,v 1.6 2013/01/11 23:30:39 joerg Exp $
DISTNAME= pscpug035
PKGNAME= pscpug-0.3.5
@@ -16,5 +16,7 @@ NOT_FOR_PLATFORM= Interix-*-* # no rusage or procfs stats
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+CFLAGS.NetBSD= -D_KMEMUSER
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"