- Mark broken on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-08-08 18:00:37 +00:00
parent bb9181d270
commit 9db646a6bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170134

View File

@ -20,4 +20,10 @@ PLIST_FILES= bin/kexis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on 4.x
.endif
.include <bsd.port.post.mk>