devel/premake5: enable on powerpc64
This commit is contained in:
parent
92759a4aab
commit
26b32d03d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559541
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue