BROKEN: Does not compile on FreeBSD >= 5.x

This commit is contained in:
Kris Kennaway 2004-06-19 07:46:01 +00:00
parent c289c0fec3
commit d96ff80dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111795

View File

@ -31,4 +31,8 @@ post-deinstall:
PKGDEINSTALL= ${PKGINSTALL}
.if ${OSVERSION} >= 502112
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>