summaryrefslogtreecommitdiff
path: root/net/ztelnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ztelnet/Makefile')
-rw-r--r--net/ztelnet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ztelnet/Makefile b/net/ztelnet/Makefile
index 7864573e4fe0..bf7b8fa0ce1b 100644
--- a/net/ztelnet/Makefile
+++ b/net/ztelnet/Makefile
@@ -27,6 +27,12 @@ NO_WRKSUBDIR= yes
PATCH_STRIP= -p1
MAN1= ztelnet.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
# we can ignore warnings
@( cd ${WRKSRC}/ztelnet && \
@@ -48,4 +54,4 @@ do-install:
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>