git: 89f18bacfcb8 - main - devel/premake5: enable on armv7 and powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:54 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89f18bacfcb854e191224f9756e4bf58714f5020

commit 89f18bacfcb854e191224f9756e4bf58714f5020
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:59 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:59 +0000

    devel/premake5: enable on armv7 and powerpc
---
 devel/premake5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/premake5/Makefile b/devel/premake5/Makefile
index 59ed865f8973..81ebb9d15021 100644
--- a/devel/premake5/Makefile
+++ b/devel/premake5/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Build script creation tool
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
 
 USES=		dos2unix gmake zip
 DOS2UNIX_FILES=	tests/_tests.lua


More information about the dev-commits-ports-main mailing list