1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-04-10 22:29:26 +00:00
parent 654c9e7144
commit 497b02f137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132979

View File

@ -25,4 +25,10 @@ PLIST_FILES= sbin/unfsd
CONFIGURE_ARGS+= --enable-cluster
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>