summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhasso <hasso>2009-08-11 20:37:55 +0000
committerhasso <hasso>2009-08-11 20:37:55 +0000
commitd304708a78c9bc00a2d592516e09bb52acd81bf2 (patch)
treefdbcd0ca61e71adc7863d35b1162024009fa1664 /x11
parenteec707bd08959fe34a1d30e4c176ba08c5704a3f (diff)
downloadpkgsrc-d304708a78c9bc00a2d592516e09bb52acd81bf2.tar.gz
Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index a2b3cd5ff5c..59db8ab5d47 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.149 2009/06/06 04:59:50 hasso Exp $
+# $NetBSD: Makefile,v 1.150 2009/08/11 20:37:55 hasso Exp $
DISTNAME= kdebase-${_KDE_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
@@ -108,7 +108,7 @@ PLIST.joystick= yes
ICONDIR= share/icons
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${BINOWN} kmem 2555
.endif