BROKEN On 5.x: does not compile

This commit is contained in:
Kris Kennaway 2003-10-15 04:53:14 +00:00
parent f70923f591
commit 625ec2da0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91279

View file

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