diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-13 15:56:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-13 15:56:40 +0000 |
commit | 0729bb92bdcaf299a4f8cee068339940dd8b37c4 (patch) | |
tree | b050fa788e91103c641506bac32659c31b0d3e97 /x11/gdm2/Makefile | |
parent | Update to 2.1.1. (diff) |
Disable automatic vty allocation. This only works on Linux, and breaks
GDM out-of-the-box.
PR: 44012
Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
Diffstat (limited to 'x11/gdm2/Makefile')
-rw-r--r-- | x11/gdm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 7ac240f6a3fd..48fd33529af3 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdm2 PORTVERSION= 2.4.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 |