summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-09-24 17:45:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-09-24 17:45:50 +0000
commitf8c89adff20d0fa839684e7982beef248390a9c1 (patch)
tree33a67bc680662033e7304c3ee76a2b067745e655 /net
parent- Update to 1.3.1 (diff)
- Mark IGNORE on 5.X: requires strtonum in libc
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=200057
Diffstat (limited to 'net')
-rw-r--r--net/openbgpd/Makefile4
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