diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/telnet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile index f979cee5fce0..6a134d36752e 100644 --- a/chinese/telnet/Makefile +++ b/chinese/telnet/Makefile @@ -24,11 +24,9 @@ SRCDIR= ${SRC_BASE}/usr.bin/telnet IGNORE= need to build this port with the source code of telnet .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 BROKEN= does not build: libtelnet/Makefile: Could not find src.opts.mk -.endif - -BROKEN_DragonFly= does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-06-06 do-extract: @${MKDIR} ${WRKDIR} |