diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-27 01:56:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-27 01:56:33 +0800 |
commit | 531e2db0433e9f58768232108c4806e0429c3123 (patch) | |
tree | 09aefff9c7e2c23650cb1272f12edce7083cc979 /x11/gdm | |
parent | f1b81cca1a3fd0a8a55fd368a7cc61dd543dc2e2 (diff) | |
download | freebsd-ports-gnome-531e2db0433e9f58768232108c4806e0429c3123.tar.gz freebsd-ports-gnome-531e2db0433e9f58768232108c4806e0429c3123.tar.zst freebsd-ports-gnome-531e2db0433e9f58768232108c4806e0429c3123.zip |
Depend on hald when starting up so that we have a better chance of finding
all necessary input devices.
Diffstat (limited to 'x11/gdm')
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm/files/gdm.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 532af4d49fd4..a6f0ba670bd6 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -8,7 +8,7 @@ PORTNAME= gdm PORTVERSION= 2.24.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index ecb043cd5041..c6bf0fdc55ad 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -3,7 +3,7 @@ # $MCom: ports/x11/gdm/files/gdm.in,v 1.32 2008/08/17 17:31:43 marcus Exp $ # PROVIDE: gdm -# REQUIRE: LOGIN cleanvar moused syscons dbus +# REQUIRE: LOGIN cleanvar moused syscons dbus hald # # Add the following to /etc/rc.conf to start GDM at boot time: # |