pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Make ksysguardd work for FreeBSD and Drag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a25b9b15f742
branches:  trunk
changeset: 563269:a25b9b15f742
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Aug 11 20:37:55 2009 +0000

description:
Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.

diffstat:

 x11/kdebase3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f3cfa553d5b9 -r a25b9b15f742 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Tue Aug 11 20:32:02 2009 +0000
+++ b/x11/kdebase3/Makefile     Tue Aug 11 20:37:55 2009 +0000
@@ -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 @@
 
 ICONDIR=               share/icons
 
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 SPECIAL_PERMS+=        ${PREFIX}/bin/ksysguardd        ${BINOWN} kmem 2555
 .endif
 



Home | Main Index | Thread Index | Old Index