Index: devel/dwarves/Makefile =================================================================== --- devel/dwarves/Makefile +++ devel/dwarves/Makefile @@ -37,4 +37,10 @@ @${REINPLACE_CMD} -e 's|_GL_ATTRIBUTE_PURE|__attribute__((__pure__))|g' \ ${WRKSRC}/obstack.h ${WRKSRC}/obstack.c -.include +.include + +.if ${OSVERSION} < 1200000 +IGNORE= requires FreeBSD 12.0 (ElfNN_Chdr) +.endif + +.include