BROKEN On 5.x: does not compile
This commit is contained in:
parent
f70923f591
commit
625ec2da0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91279
1 changed files with 7 additions and 1 deletions
|
@ -24,4 +24,10 @@ EXTRACT_AFTER_ARGS= # empty
|
|||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 501000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue