diff options
Diffstat (limited to 'net/tcpillust')
-rw-r--r-- | net/tcpillust/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 0cc98ecc0102..125e92e5bb67 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -50,4 +50,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |