summaryrefslogtreecommitdiffstats
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 10:09:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-06 10:09:27 +0800
commitc3fce4dd90b9e47f3785c4b01cf205b2e35ef102 (patch)
tree92e965d77cd7b26d2f47a1ba72eda1cd043c06f0 /x11/gdm/Makefile
parent3c060752f371d05e9ddf7ad9202603c483e8ab14 (diff)
downloadmarcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar.gz
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar.bz2
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar.lz
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar.xz
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.tar.zst
marcuscom-ports-c3fce4dd90b9e47f3785c4b01cf205b2e35ef102.zip
It is now safe to enable IPv6 in GDM.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5852 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 04aa5e472..da9e726fc 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.18 2006/03/02 21:16:03 mezz Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.19 2006/03/05 21:58:02 marcus Exp $
#
PORTNAME= gdm
PORTVERSION= 2.13.0.10
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13
@@ -36,7 +37,7 @@ GNOME_LOCALSTATEDIR= /var
MAN1= gdm.1
-OPTIONS= IPV6 "Enable IPv6 support (This disables IPv4 support)" off
+OPTIONS= IPV6 "Enable IPv6 support" on
.include <bsd.port.pre.mk>
@@ -52,7 +53,7 @@ PLIST_SUB+= PAM_MISC=""
PLIST_SUB+= PAM_MISC="@comment "
.endif
-.if defined(WITH_IPV6)
+.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6