mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark BROKEN on CURRENT, since libdnet does not work with ipfw2
PR: 46822 Submitted by: Dominic Marks <dom@cus.org.uk>
This commit is contained in:
parent
6ff61590a8
commit
d0466680a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72716
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,13 @@ MAINTAINER= d.marks@student.umist.ac.uk
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500037
|
||||||
|
BROKEN= libdnet does not currently support ipfw 2
|
||||||
|
.endif
|
||||||
|
|
||||||
MAN3= dnet.3
|
MAN3= dnet.3
|
||||||
MAN8= dnet.8
|
MAN8= dnet.8
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue