summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 20:35:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 20:35:36 +0000
commit4bb3f0fecb6b8b59b07a14b23f2a35fcddc2902e (patch)
tree3e25b311e6fd42f150c5f35eec1e89265734419f /x11/gdm
parentFix the build on 4.X. (diff)
IPv6 support no logner disables IPv4 support.
Spotted by: ahze
Notes
Notes: svn path=/head/; revision=147457
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 78d5dc8bb6d8..0ca73c46c897 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -36,7 +36,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
MAN1= gdm.1
-OPTIONS= IPV6 "Enable IPv6 support (This disables IPv4 support)" off
+OPTIONS= IPV6 "Enable IPv6 support" off
.include <bsd.port.pre.mk>