BROKEN on >= 5.x: Does not build

This commit is contained in:
Kris Kennaway 2005-08-31 03:09:42 +00:00
parent 05a4d91243
commit 29bbf61b59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141523

View File

@ -28,4 +28,10 @@ USE_IMAKE= yes
MAN1= xrolo.1
PLIST_FILES= bin/xrolo
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 504100
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif
.include <bsd.port.post.mk>