summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2013-01-11 23:30:39 +0000
committerjoerg <joerg>2013-01-11 23:30:39 +0000
commit0a9abf6a88155047b34670ec26aa802321e3386c (patch)
tree0ef818a14c241d08f7c44b33eaf1ff9592d16748 /sysutils
parent3fc7deb95f93946211d5b46abfee9cef799c7d8d (diff)
downloadpkgsrc-0a9abf6a88155047b34670ec26aa802321e3386c.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"