- mark ignore on FreeBSD 5.x

Approved by:	maintainer
This commit is contained in:
Dirk Meyer 2007-02-19 03:39:29 +00:00
parent 66a388ece5
commit 86102784f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185488

View File

@ -37,4 +37,10 @@ post-patch:
${WRKSRC}/UL/GNUmakefile \
${WRKSRC}/UL/AdunServer/GNUmakefile
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= not enough math funtions
.endif
.include <bsd.port.post.mk>