diff options
-rw-r--r-- | net/openbgpd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index 7f6798c3a4c1..b9e3f249e420 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -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 |