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