MFH: r561670

comms/syncterm: enable on powerpc64
This commit is contained in:
Piotr Kubaj 2021-01-15 20:47:43 +00:00
parent 8363f96c84
commit 1529b8fea9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561671

View File

@ -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
ONLY_FOR_ARCHS= i386 amd64 powerpc64
ONLY_FOR_ARCHS_REASON= does not configure except on i386 amd64
.include <bsd.port.mk>