1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Mark IGNORE on 5.X: requires strtonum in libc

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2007-09-24 17:45:50 +00:00
parent 130c7b4833
commit f8c89adff2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200057

View File

@ -43,6 +43,10 @@ SUBDIRS= bgpd \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
IGNORE= requires strtonum in libc
.endif
.if ${OSVERSION} < 500037
IGNORE= requires macros present in <sys/tree.h>
.endif