svn commit: r559541 - head/devel/premake5

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 29 04:04:15 UTC 2020


Author: pkubaj
Date: Tue Dec 29 04:04:14 2020
New Revision: 559541
URL: https://svnweb.freebsd.org/changeset/ports/559541

Log:
  devel/premake5: enable on powerpc64

Modified:
  head/devel/premake5/Makefile

Modified: head/devel/premake5/Makefile
==============================================================================
--- head/devel/premake5/Makefile	Tue Dec 29 02:14:24 2020	(r559540)
+++ head/devel/premake5/Makefile	Tue Dec 29 04:04:14 2020	(r559541)
@@ -14,7 +14,7 @@ COMMENT=	Build script creation tool
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
 
 USES=		dos2unix gmake zip
 DOS2UNIX_FILES=	tests/_tests.lua


More information about the svn-ports-all mailing list