1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

comms/syncterm: enable on powerpc

This commit is contained in:
Piotr Kubaj 2021-06-15 08:41:54 +00:00
parent 423ffeece7
commit 1438d23a69

View File

@ -41,7 +41,7 @@ SDL_USE= SDL=sdl
SDL_MAKE_ARGS= USE_SDL=1 SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1 SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1
ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc64(le) ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc*
.include <bsd.port.mk> .include <bsd.port.mk>