1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark BROKEN for 8.0: does not build.

This commit is contained in:
Erwin Lansing 2008-08-09 13:59:54 +00:00
parent 8aa34a0478
commit f6095b7e46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218268

View File

@ -29,6 +29,10 @@ 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