diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-11 20:37:55 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-11 20:37:55 +0000 |
commit | 6fb01c20bdd50501a626075c0f5e24da3c9309fe (patch) | |
tree | fdbcd0ca61e71adc7863d35b1162024009fa1664 | |
parent | 70151ffe672d4f80906956946581af3d71ab1308 (diff) | |
download | pkgsrc-6fb01c20bdd50501a626075c0f5e24da3c9309fe.tar.gz |
Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.
-rw-r--r-- | x11/kdebase3/Makefile | 6 |
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 |