(actually, if ${OSVERSION} < 502111):
- remove BROKEN from graphics/linux_dri-devel;
- remove IGNORE from graphics/linux_dri.
The next technique is used (thanks Brooks Davis):
.if ${OSVERSION} < 502111
EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive
TAR= bsdtar
.endif
Approved by: netchild (mentor, implicit)