diff options
author | marcus <marcus@FreeBSD.org> | 2008-06-09 13:31:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-06-09 13:31:11 +0800 |
commit | 454595d71d43b0fffb58b59314004b18872eb325 (patch) | |
tree | c11bfadb0d2d7efc65fb0e258acbb8abf9b562b4 /x11/gdm/Makefile | |
parent | e318ce5feaeceb0d4033b912d68d44894e7b9657 (diff) | |
download | freebsd-ports-gnome-454595d71d43b0fffb58b59314004b18872eb325.tar.gz freebsd-ports-gnome-454595d71d43b0fffb58b59314004b18872eb325.tar.zst freebsd-ports-gnome-454595d71d43b0fffb58b59314004b18872eb325.zip |
* Make sure seahorse-agent is only run when we're starting gnome-session
* Run seahorse-agent using dbus-launch
* No longer run ssh-agent when running gnome-session as gnome-keyring-daemon
provides this functionality
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 59c799341e8b..96c9cafa2bc3 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,7 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.20.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |