aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-15 20:46:44 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-15 20:46:44 +0000
commit3b935cc772229c7f8545985d742edc66ca6201ef (patch)
tree2dc1eaac30f21eb96c72fc1a8f0db4914ca2cf24 /comms
parentf66ce50fefaf39e63a581c4c056ff535513059e5 (diff)
downloadports-3b935cc772229c7f8545985d742edc66ca6201ef.tar.gz
ports-3b935cc772229c7f8545985d742edc66ca6201ef.zip
comms/syncterm: enable on powerpc64
MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561670
Diffstat (limited to 'comms')
-rw-r--r--comms/syncterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index fa38ed28c4bd..535d136bd679 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
+ONLY_FOR_ARCHS= i386 amd64 powerpc64
ONLY_FOR_ARCHS_REASON= does not configure except on i386 amd64
.include <bsd.port.mk>