Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/libdnet/Makefile,v retrieving revision 1.5 diff -u -3 -p -r1.5 Makefile --- Makefile 2002/11/02 04:33:42 1.5 +++ Makefile 2003/01/07 13:37:36 @@ -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