diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-26 17:56:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-26 17:56:33 +0000 |
commit | 0c3c90ce56c038a499229d326798004519541772 (patch) | |
tree | ddab81faa1a80680419d15521479c10a2e63d5e4 /x11/gdm/Makefile | |
parent | 6f3a97ad14c2365dc5aff517a50a14fcea60723c (diff) |
Depend on hald when starting up so that we have a better chance of finding
all necessary input devices.
Notes
Notes:
svn path=/head/; revision=226910
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 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 |