- Mark BROKEN on 8-CURRENT: does not like hexdump

This commit is contained in:
Pav Lucistnik 2008-07-24 21:14:07 +00:00
parent d64499c326
commit 801c0113ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217443

View File

@ -32,4 +32,10 @@ post-install:
MAN3= Net::SAML.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800037
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>