devel/ocaml-cmdliner: fix build on powerpc

sh: /usr/local/bin/as: not found
This commit is contained in:
Piotr Kubaj 2024-12-31 14:19:27 +01:00
parent 7b7f3c0445
commit e5858d310f

View file

@ -22,4 +22,10 @@ INSTALL_TARGET= install
OPTIONS_DEFINE= DOCS
DOCS_INSTALL_TARGET= install-doc
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.include <bsd.port.mk>