- Mark BROKEN on 4.X
PR: ports/92485 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
This commit is contained in:
parent
947de37d40
commit
f1061f6ef0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154742
1 changed files with 7 additions and 1 deletions
|
@ -22,7 +22,13 @@ USE_GMAKE= yes
|
|||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on FreeBSD 4.X
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${GMAKE} build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue