diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-31 15:39:27 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-31 15:39:27 +0000 |
commit | e961887b3fd16cd0a94e022c9e1c33740268f7a4 (patch) | |
tree | 77e720ad443ae9821fa992d395b4828a9ec7989f /x11/gdm/Makefile | |
parent | bfe3fef66cec6ff9d0d22a4d362543debd7c4448 (diff) | |
download | FreeBSD-ports-e961887b3fd16cd0a94e022c9e1c33740268f7a4.zip FreeBSD-ports-e961887b3fd16cd0a94e022c9e1c33740268f7a4.tar.gz |
Set correct group for users' session.
PR: 33372
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index ac16fc0..cbaf368 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdm PORTVERSION= 2.2.5.3 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gdm |