- Mark BROKEN on 4.X

PR:		ports/92485
Submitted by:	Byung-Hee HWANG <bh@izb.knu.ac.kr> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-01-29 22:03:39 +00:00
parent 947de37d40
commit f1061f6ef0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154742

View file

@ -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>