Skip to content

Commit

Permalink
comms/syncterm: enable on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 15, 2021
1 parent 423ffee commit 1438d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comms/syncterm/Makefile
Expand Up @@ -41,7 +41,7 @@ SDL_USE= SDL=sdl
SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1

ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc64(le)
ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc*

.include <bsd.port.mk>

0 comments on commit 1438d23

Please sign in to comment.