diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-06 05:57:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-06 05:57:48 +0800 |
commit | f8ad5536e2d884572a753e12ece484cc3538cd20 (patch) | |
tree | bec0be7c3619e24e0fb500aeaf745f0902aa27c2 /x11/gdm/Makefile | |
parent | 1bec06a8ad263591e7c00e97ecb891994feda5ae (diff) | |
download | freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.tar.gz freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.tar.zst freebsd-ports-gnome-f8ad5536e2d884572a753e12ece484cc3538cd20.zip |
Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,
we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need
to enable VTAllocation.
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 a280c2f60e0c..1a9c98cdc9e4 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdm PORTVERSION= 2.8.0.7 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 |