diff --git a/lang/hermes/Makefile b/lang/hermes/Makefile index 079f4662bb1b..7fe099f8eb7f 100644 --- a/lang/hermes/Makefile +++ b/lang/hermes/Makefile @@ -27,7 +27,7 @@ BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1201518 -BROKEN= missing pthread_getname_np +BROKEN= needs pthread_getname_np from OSVERSION 1201518 or above .endif do-test: # some tests are known to fail: https://github.com/facebook/hermes/issues/347