- Unbreak on 4.x

This commit is contained in:
Clement Laforet 2005-05-22 13:08:54 +00:00
parent 9f09248308
commit ad188b34ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135846

View file

@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --enable-cluster
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000 .if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x" CFLAGS+= -DHAVE_SYS_MOUNT_H=1
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>