diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-16 07:12:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-16 07:12:54 +0000 |
commit | 953952779455060f568552db2ec1ce1119d85072 (patch) | |
tree | d947b74ed298e5e1a56817d4f0cc0ecedc12e447 /net | |
parent | - databases/gdl2 moved from System to Local (diff) |
- Marked BROKEN Does not build properly without /dev/bpf0.
PR: 113893
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=195703
Diffstat (limited to 'net')
-rw-r--r-- | net/libdnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 126d5ccf5855..ef022ec243b3 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -27,6 +27,10 @@ MAN3= dnet.3 MAN8= dnet.8 .endif +.if !exists(/dev/bpf0) +BROKEN= Does not build properly without /dev/bpf0. +.endif + .include <bsd.port.pre.mk> .if !defined(LIBDNET_SLAVE) |