diff options
Diffstat (limited to 'net/bgpq/Makefile')
-rw-r--r-- | net/bgpq/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile index 882450f2a63d..6ec3a1f5dd92 100644 --- a/net/bgpq/Makefile +++ b/net/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> |