diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /net/netdude/Makefile | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) | |
download | ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.gz ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.zip |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81219
Diffstat (limited to 'net/netdude/Makefile')
-rw-r--r-- | net/netdude/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/netdude/Makefile b/net/netdude/Makefile index e2a6afb4a1ba..f524a4a3c963 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -32,6 +32,10 @@ MAN1= netdude.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + .if ${OSVERSION} >= 500000 EXTRA_PATCHES= ${FILESDIR}/protocols-fddi::nd_fddi.h.patch .endif |