summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-23 21:03:37 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-23 21:03:37 +0000
commit5b8686a538dd5d111cb4d62d2ea73edaea72b627 (patch)
tree1746f5a07eaa4ac9d90db42a388d0f65ef4a4f01 /net
parent473d508f0b2ddb1018eb2ef4ad855f82f13e8868 (diff)
downloadFreeBSD-ports-5b8686a538dd5d111cb4d62d2ea73edaea72b627.zip
FreeBSD-ports-5b8686a538dd5d111cb4d62d2ea73edaea72b627.tar.gz
Mark as broken on recent 5.x due to install problems (Makefile-related?)
Informed maintainer.
Diffstat (limited to 'net')
-rw-r--r--net/tn3270/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tn3270/Makefile b/net/tn3270/Makefile
index 42ed3b6..74baea1 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>
OpenPOWER on IntegriCloud