summaryrefslogtreecommitdiff
path: root/net-mgmt/sendip
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:02:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-01 23:02:42 +0000
commit3495038c300099534b6c4d80869a4328ae200953 (patch)
treeb4939b32fa8917abc443fd5afa77092f91ae336f /net-mgmt/sendip
parent- Mark BROKEN on 9.X: does not compile (diff)
- Mark BROKEN on 9-CURRENT:
cc1: warnings being treated as errors ripng.c:105: warning: large integer implicitly truncated to unsigned type Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=273423
Diffstat (limited to 'net-mgmt/sendip')
-rw-r--r--net-mgmt/sendip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile
index d0dc40282bc5..e516e97337ce 100644
--- a/net-mgmt/sendip/Makefile
+++ b/net-mgmt/sendip/Makefile
@@ -20,4 +20,10 @@ USE_LDCONFIG= yes
MAN1= sendip.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
+.include <bsd.port.post.mk>