textproc/bibtex2html: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-12 22:25:18 +01:00
parent 81b455c282
commit 7c591f2da6

View file

@ -30,4 +30,10 @@ PDFDOCS_USE= TEX=latex:build
PDFDOCS_CONFIGURE_ENABLE= doc
PDFDOCS_INSTALL_TARGET= install install-doc
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.include <bsd.port.mk>