aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-01-19 10:53:21 +0800
committergreen <green@FreeBSD.org>2000-01-19 10:53:21 +0800
commit64b08c02751e5efa89b3e11419ad699713e91d82 (patch)
tree5c6616db91ff26598987e566d5acaeb363245715 /security
parentae06c5a3faf8d89308b2fbe5ba9ced94b6b8cdaf (diff)
downloadfreebsd-ports-gnome-64b08c02751e5efa89b3e11419ad699713e91d82.tar.gz
freebsd-ports-gnome-64b08c02751e5efa89b3e11419ad699713e91d82.tar.zst
freebsd-ports-gnome-64b08c02751e5efa89b3e11419ad699713e91d82.zip
Fix IPv6 support: change a typo "USET_IPV6" to "USE_IPV6".
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 0da3daf81d94..c70a21ff67c4 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -35,7 +35,7 @@ CRYPTOLIBS+= -lRSAglue -lrsaref
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
.if defined(USE_INET6)
-MAKE_ENV+= USET_INET6=yes
+MAKE_ENV+= USE_INET6=yes
.endif
.if ${OSVERSION} < 400014
MAKE_ENV+= COMPAT_GETADDRINFO=yes