- Mark BROKEN on FreeBSD versions which don't have log2(3)

This commit is contained in:
Dmitry Marakasov 2012-07-11 03:23:49 +00:00
parent e5f96c1bcc
commit 42226604cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300751

View file

@ -32,6 +32,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_v${DISTVERSION}
PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 802502
BROKEN= requires log2(3) support
.endif
post-extract:
@${FIND} ${WRKSRC} -name '._*' -delete
@ -41,4 +47,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>