svn commit: r431281 - head/chinese/telnet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jan 12 15:53:09 UTC 2017
Author: amdmi3
Date: Thu Jan 12 15:53:07 2017
New Revision: 431281
URL: https://svnweb.freebsd.org/changeset/ports/431281
Log:
- Always check OPSYS along with OSVERSION
Modified:
head/chinese/telnet/Makefile
Modified: head/chinese/telnet/Makefile
==============================================================================
--- head/chinese/telnet/Makefile Thu Jan 12 15:18:18 2017 (r431280)
+++ head/chinese/telnet/Makefile Thu Jan 12 15:53:07 2017 (r431281)
@@ -24,7 +24,7 @@ SRCDIR= ${SRC_BASE}/usr.bin/telnet
IGNORE= need to build this port with the source code of telnet
.endif
-.if ${OSVERSION} > 1100000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000
BROKEN= does not build
.endif
More information about the svn-ports-all
mailing list