aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-10-08 05:53:32 +0800
committeralepulver <alepulver@FreeBSD.org>2006-10-08 05:53:32 +0800
commit4590fc8bb549ee17af1e4b3fb9af084f63b4d43f (patch)
tree317066aac414a8c4d0cc61a1daabcc2bf3e16792 /net
parent0e06e215b93e62a525a6b1a69ff85f6b3fd5fae4 (diff)
downloadfreebsd-ports-gnome-4590fc8bb549ee17af1e4b3fb9af084f63b4d43f.tar.gz
freebsd-ports-gnome-4590fc8bb549ee17af1e4b3fb9af084f63b4d43f.tar.zst
freebsd-ports-gnome-4590fc8bb549ee17af1e4b3fb9af084f63b4d43f.zip
- Mark as BROKEN for 4.x.
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/ndisc6/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile
index 28da2cf42ef7..bdc4b9114700 100644
--- a/net/ndisc6/Makefile
+++ b/net/ndisc6/Makefile
@@ -28,6 +28,12 @@ MLINKS= rltraceroute6.8 tcptraceroute6.8 \
PORTDOCS= AUTHORS NEWS README
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build on 4.x
+.endif
+
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@@ -36,4 +42,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>