diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-06 20:35:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-06 20:35:36 +0000 |
commit | 2a4ae40e6641e28ca9b97db6ea7a8eaf0591cf46 (patch) | |
tree | 2ba0773f998120ce72f14b2ecf5e5dc3187bcf30 /x11 | |
parent | 57827444c4e5fdfc83b30775585e1e19f80922af (diff) | |
download | FreeBSD-ports-2a4ae40e6641e28ca9b97db6ea7a8eaf0591cf46.zip FreeBSD-ports-2a4ae40e6641e28ca9b97db6ea7a8eaf0591cf46.tar.gz |
IPv6 support no logner disables IPv4 support.
Spotted by: ahze
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 78d5dc8..0ca73c4 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> |