From d0466680a8d6b70271ba8134c1caf1d0c20f11f5 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 7 Jan 2003 21:36:49 +0000 Subject: Mark BROKEN on CURRENT, since libdnet does not work with ipfw2 PR: 46822 Submitted by: Dominic Marks --- net/libdnet/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 5fab5d65f77a..258fbde9fca5 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -15,7 +15,13 @@ MAINTAINER= d.marks@student.umist.ac.uk GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} >= 500037 +BROKEN= libdnet does not currently support ipfw 2 +.endif + MAN3= dnet.3 MAN8= dnet.8 -.include +.include -- cgit v1.2.3