1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Always check OPSYS along with OSVERSION

This commit is contained in:
Dmitry Marakasov 2017-01-12 15:53:07 +00:00
parent e1adad655f
commit 4f98e380fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431281

View File

@ -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