aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/syncterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 535d136bd679..9f76152401ee 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -42,7 +42,7 @@ SDL_USE= SDL=sdl
SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1
-ONLY_FOR_ARCHS= i386 amd64 powerpc64
-ONLY_FOR_ARCHS_REASON= does not configure except on i386 amd64
+ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc64(le)
.include <bsd.port.mk>