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 | c18e1729536c813c63a39b1d83a00f19454dc788 (patch) | |
tree | fdbcd0ca61e71adc7863d35b1162024009fa1664 /x11 | |
parent | 23b2821ef2800ac0fea8200c6edddd48da5b48e6 (diff) | |
download | pkgsrc-c18e1729536c813c63a39b1d83a00f19454dc788.tar.gz |
Make ksysguardd work for FreeBSD and DragonFly users as well.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-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 |