1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Mark as BROKEN on systems < 5.x.

Reported by:	pointyhat/kris
This commit is contained in:
Stefan Walter 2006-11-13 18:55:54 +00:00
parent 0c828377ed
commit f31a3d8bf8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177188

View File

@ -22,4 +22,10 @@ USE_GMAKE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not build on FreeBSD < 5.x
.endif
.include <bsd.port.post.mk>