aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-09-25 01:45:50 +0800
committerpav <pav@FreeBSD.org>2007-09-25 01:45:50 +0800
commitea2f0e283a7967766f795071917f3511795a3fb9 (patch)
tree1584dccd9f2b1953675ff7bf9562e20b84536bf6
parent73c6f42d34b51c94231d891d7962a3b81526638c (diff)
downloadfreebsd-ports-gnome-ea2f0e283a7967766f795071917f3511795a3fb9.tar.gz
freebsd-ports-gnome-ea2f0e283a7967766f795071917f3511795a3fb9.tar.zst
freebsd-ports-gnome-ea2f0e283a7967766f795071917f3511795a3fb9.zip
- Mark IGNORE on 5.X: requires strtonum in libc
Reported by: pointyhat
-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