- Mark BROKEN on FreeBSD versions which don't have log2(3)
This commit is contained in:
parent
e5f96c1bcc
commit
42226604cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300751
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue