aboutsummaryrefslogtreecommitdiff
path: root/net/tn3270
diff options
context:
space:
mode:
Diffstat (limited to 'net/tn3270')
-rw-r--r--net/tn3270/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tn3270/Makefile b/net/tn3270/Makefile
index 42ed3b6bb1f8..74baea13412e 100644
--- a/net/tn3270/Makefile
+++ b/net/tn3270/Makefile
@@ -22,6 +22,12 @@ MANCOMPRESSED= maybe
LIBTELNETDIR?= /usr/src/lib/libtelnet
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-extract:
@if [ ! -d ${LIBTELNETDIR} ]; then \
${ECHO} "You need libtelnet sources in"; \
@@ -39,4 +45,4 @@ do-build:
${MAKE} depend; \
${MAKE} all
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>