svn commit: r561780 - head/comms/syncterm

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 17 01:39:24 UTC 2021


Author: pkubaj
Date: Sun Jan 17 01:39:23 2021
New Revision: 561780
URL: https://svnweb.freebsd.org/changeset/ports/561780

Log:
  comms/syncterm: enable on powerpc64le

Modified:
  head/comms/syncterm/Makefile

Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile	Sun Jan 17 01:36:19 2021	(r561779)
+++ head/comms/syncterm/Makefile	Sun Jan 17 01:39:23 2021	(r561780)
@@ -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>


More information about the svn-ports-head mailing list