BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-07-11 21:44:43 +00:00
parent 85b6b50fad
commit 99a34eb395
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113426

View File

@ -23,4 +23,10 @@ INSTALLS_SHLIB= yes
USE_INC_LIBTOOL_VER=13
USE_BZIP2= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
.include <bsd.port.post.mk>