diff options
author | oliver <oliver@FreeBSD.org> | 2009-05-07 12:48:07 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-05-07 12:48:07 +0800 |
commit | 14da6907cf7bb886fefbc00d5705f484b2413826 (patch) | |
tree | 47377357a03c0217abff1a61b237d52ba1fb2d01 /x11-wm | |
parent | 17492b168c37dff40ecc0a1b8976c19505799b3f (diff) | |
download | freebsd-ports-gnome-14da6907cf7bb886fefbc00d5705f484b2413826.tar.gz freebsd-ports-gnome-14da6907cf7bb886fefbc00d5705f484b2413826.tar.zst freebsd-ports-gnome-14da6907cf7bb886fefbc00d5705f484b2413826.zip |
polkitd_enable isn't needed any longer for quite a while
Noted By: Warren Block <wblock@wonkity.com>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index e8855f77371a..2369f1997afe 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -101,7 +101,7 @@ post-install: @${ECHO} " <return result=\"yes\"/>" @${ECHO} "</match>" @${ECHO} - @${ECHO} "Make also sure, hald_enable, dbus_enable and polkitd_enable" + @${ECHO} "Make also sure, hald_enable, dbus_enable" @${ECHO} "is set to YES in your /etc/rc.conf" @${ECHO} @${ECHO} "================================================================" |