BROKEN on 4.x: Broken pkg-plist

This commit is contained in:
Kirill Ponomarev 2004-12-08 23:16:13 +00:00
parent 6daf4e62d6
commit 2a27888eaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123502

View File

@ -41,6 +41,10 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Broken pkg-plist"
.endif
.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
.endif