diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-22 17:53:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-22 17:53:35 +0000 |
commit | 625357b03a61a9be9700230e81762941b14e9e7b (patch) | |
tree | 67bc3d36ccda792d08e9791229be2643f4de2cc0 /net/libdnet | |
parent | 73f3ace03432846807a9c7ae10053ae3f0372866 (diff) | |
download | ports-625357b03a61a9be9700230e81762941b14e9e7b.tar.gz ports-625357b03a61a9be9700230e81762941b14e9e7b.zip |
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=226682
Diffstat (limited to 'net/libdnet')
-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 3361265ac44d..b1df228e740c 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -27,6 +27,10 @@ MAN8= dnet.8 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + .if !defined(LIBDNET_SLAVE) post-patch: |