summaryrefslogtreecommitdiff
path: root/net/ns2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-23 10:22:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-23 10:22:27 +0000
commit594ee41a779d5e0426069a7b05e9a7b8e960080d (patch)
treed8c0a4ff213668d0e4d7973b49f01b589d985172 /net/ns2
parentBROKEN on amd64: Does not compile (missing -fPIC) (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=109772
Diffstat (limited to 'net/ns2')
-rw-r--r--net/ns2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ns2/Makefile b/net/ns2/Makefile
index cf87c535cfc3..5cdbdc96c0f8 100644
--- a/net/ns2/Makefile
+++ b/net/ns2/Makefile
@@ -29,6 +29,10 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
BROKEN= "Does not compile on alpha 4.x"
.endif