diff options
-rw-r--r-- | devel/ocaml-cmdliner/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/ocaml-cmdliner/Makefile b/devel/ocaml-cmdliner/Makefile index 59c8d150caaa..bd199ac33246 100644 --- a/devel/ocaml-cmdliner/Makefile +++ b/devel/ocaml-cmdliner/Makefile @@ -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> |