BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway
2006-09-17 02:32:20 +00:00
parent 7201fe2be5
commit 2c89752fe7

View File

@@ -34,4 +34,8 @@ post-install:
IGNORE= This version of lookupd is only supported on FreeBSD 5.1 or later
.endif
.if ${OSVERSION} >= 601104
BROKEN= Does not compile on FreeBSD >= 6.x
.endif
.include <bsd.port.post.mk>