summaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
commit7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch)
treec74847167d3173a23cdfc49ce90072a2f023fecd /net-mgmt/bgpq/Makefile
parentBROKEN on 5.x: Does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91281
Diffstat (limited to '')
-rw-r--r--net-mgmt/bgpq/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
index 882450f2a63d..6ec3a1f5dd92 100644
--- a/net-mgmt/bgpq/Makefile
+++ b/net-mgmt/bgpq/Makefile
@@ -19,4 +19,10 @@ HAS_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/bgpq
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>