svn commit: r560025 - head/devel/premake5

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 3 17:40:05 UTC 2021


Author: pkubaj
Date: Sun Jan  3 17:40:04 2021
New Revision: 560025
URL: https://svnweb.freebsd.org/changeset/ports/560025

Log:
  devel/premake5: enable on powerpc64le

Modified:
  head/devel/premake5/Makefile

Modified: head/devel/premake5/Makefile
==============================================================================
--- head/devel/premake5/Makefile	Sun Jan  3 17:28:30 2021	(r560024)
+++ head/devel/premake5/Makefile	Sun Jan  3 17:40:04 2021	(r560025)
@@ -14,7 +14,7 @@ COMMENT=	Build script creation tool
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 
 USES=		dos2unix gmake zip
 DOS2UNIX_FILES=	tests/_tests.lua


More information about the svn-ports-all mailing list