Skip to content

Commit

Permalink
comms/syncterm: enable on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 17, 2021
1 parent 9b4357d commit 191e55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comms/syncterm/Makefile
Expand Up @@ -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>

0 comments on commit 191e55f

Please sign in to comment.