mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on recent versions of 5.x due to imake problems.
This commit is contained in:
parent
3f3c731162
commit
b372d889a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94711
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ post-install:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 501102
|
||||
BROKEN= "Fails to compile due to imake"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
|
Loading…
Add table
Reference in a new issue