git: 1438d23a696e - main - comms/syncterm: enable on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:51 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1438d23a696ec6e109bce12377bd57651721a895
commit 1438d23a696ec6e109bce12377bd57651721a895
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:54 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:54 +0000
comms/syncterm: enable on powerpc
---
comms/syncterm/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index c2fe8c40c1c7..57cd6c4bf6d7 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -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>
More information about the dev-commits-ports-all
mailing list