summaryrefslogtreecommitdiff
path: root/sysutils/libgtop/Makefile
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2016-04-07 11:54:57 +0000
committeryouri <youri@pkgsrc.org>2016-04-07 11:54:57 +0000
commit84dc150484c56299c4ec0a7a84da958600a352f7 (patch)
treec82d81b88c295116e3fe52db44d78f95512cbf1b /sysutils/libgtop/Makefile
parent079afdaf7d29e00f1e4aae39048bda8d53420926 (diff)
downloadpkgsrc-84dc150484c56299c4ec0a7a84da958600a352f7.tar.gz
Fix Darwin build.
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r--sysutils/libgtop/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile
index 29f93ce6aa7..b9061a3fd2d 100644
--- a/sysutils/libgtop/Makefile
+++ b/sysutils/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2016/02/26 10:24:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2016/04/07 11:54:57 youri Exp $
DISTNAME= libgtop-2.28.4
PKGREVISION= 8
@@ -54,7 +54,7 @@ PLIST_VARS+= server suid.h
PLIST.server= yes
PLIST.suid.h= yes
SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} system 2755
-.elif ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || \
+.elif ${OPSYS} == "DragonFly" || \
${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || \
${OPSYS} == "OpenBSD"
PLIST.server= yes
@@ -66,6 +66,8 @@ SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} kmem 2755
.elif ${OPSYS} == "SunOS"
PLIST.server= yes
SPECIAL_PERMS= bin/libgtop_server2 ${REAL_ROOT_USER} sys 2755
+.elif ${OPSYS} == "Darwin"
+PLIST.server= yes
.else
PLIST.server= yes
PLIST.suid.h= yes