mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
allow using oidentd on CURRENT but nat support has to be disabled (remove BROKEN)
PR: ports/126676 Submitted by: "Anton E. Kartashev" <amokk@seb.org.ua>
This commit is contained in:
parent
bcd29b43e5
commit
0a362b3837
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219331
@ -28,17 +28,13 @@ OPTIONS= IPV6 "Enable IPv6 support" on \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_IPV6)
|
||||
CONFIGURE_ARGS+=--disable-ipv6
|
||||
.else
|
||||
CATEGORIES+= ipv6
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_MASQ)
|
||||
.if defined(WITHOUT_MASQ) || ${OSVERSION} >= 800000
|
||||
CONFIGURE_ARGS+=--disable-masq
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user