diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-26 00:51:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-26 00:51:40 +0800 |
commit | fa4e06404d32d1cfba0d37066cb07949e8d22293 (patch) | |
tree | d69dcfd007df59f59f95f15b0bee73b8c38f8d67 /x11/gdm/Makefile | |
parent | 139438792baa8de4938c8ef56bfaa24eb32f169a (diff) | |
download | marcuscom-ports-fa4e06404d32d1cfba0d37066cb07949e8d22293.tar.gz marcuscom-ports-fa4e06404d32d1cfba0d37066cb07949e8d22293.tar.zst marcuscom-ports-fa4e06404d32d1cfba0d37066cb07949e8d22293.zip |
Make sure DISPLAY and XAUTHORITY are set when initializing PAM so our
g-k-r PAM module can work properly.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11380 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 9e8e6be19..0ce4da7b2 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.129 2008/08/20 18:42:39 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.130 2008/08/21 20:40:30 mezz Exp $ # PORTNAME= gdm PORTVERSION= 2.23.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |