aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-17 01:39:23 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-17 01:39:23 +0000
commit4e40bf907b922ba4193207356a0190e359cbbd99 (patch)
tree4be9f0ec6f1afbbe50d49c459e941c99646158d4 /comms
parent94f5641d90df18f9faccb3ee3ca8c051c1f1263e (diff)
downloadports-4e40bf907b922ba4193207356a0190e359cbbd99.tar.gz
ports-4e40bf907b922ba4193207356a0190e359cbbd99.zip
comms/syncterm: enable on powerpc64le
Notes
Notes: svn path=/head/; revision=561780
Diffstat (limited to 'comms')
-rw-r--r--comms/syncterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 535d136bd679..9f76152401ee 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -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>