diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:10:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:10:36 +0000 |
commit | 78b7064c6805a63541ef219c7ca0e81a8a1c48a3 (patch) | |
tree | 37d70215f41af7387814e056db5be92449fe84c3 /net/libdnet/Makefile | |
parent | fdbe4ab631587e494af7664b767d009f50a7b505 (diff) | |
download | ports-78b7064c6805a63541ef219c7ca0e81a8a1c48a3.tar.gz ports-78b7064c6805a63541ef219c7ca0e81a8a1c48a3.zip |
Notes
Diffstat (limited to 'net/libdnet/Makefile')
-rw-r--r-- | net/libdnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index ef022ec243b3..d483c3031b57 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -28,7 +28,7 @@ MAN8= dnet.8 .endif .if !exists(/dev/bpf0) -BROKEN= Does not build properly without /dev/bpf0. +BROKEN= Does not build properly without /dev/bpf0 .endif .include <bsd.port.pre.mk> |