1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

Use ${OSVERSION} instead of ${USE_INET6}.

This commit is contained in:
Munechika SUMIKAWA 2000-01-25 22:12:09 +00:00
parent e563579165
commit 857a522865
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25075

View File

@ -34,10 +34,8 @@ CRYPTOLIBS+= -lRSAglue -lrsaref
.endif
# 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+= USE_INET6=yes
.endif
.if ${OSVERSION} < 400014
MAKE_ENV+= USET_INET6=yes
MAKE_ENV+= COMPAT_GETADDRINFO=yes
.endif
.if !exists(/usr/include/tcpd.h)