net/unison: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 19:03:06 +01:00
parent 8254d45f2d
commit 27c6e21262
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ DOCS= NEWS.md README.md
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.if ${PORT_OPTIONS:MFSMONITOR}
ALL_TARGET+= fsmonitor
.endif