summaryrefslogtreecommitdiff
path: root/sysutils
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
commita1eb054b41d2234be800951b508f13383ba875fa (patch)
tree0ef818a14c241d08f7c44b33eaf1ff9592d16748 /sysutils
parent131d1b9ebe461fc33bb961c3e6f37f0375470d0b (diff)
downloadpkgsrc-a1eb054b41d2234be800951b508f13383ba875fa.tar.gz
Requires _KMEMUSER on NetBSD/current
Diffstat (limited to 'sysutils')
-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"