git: f983d603890c - main - lang/seed7: enable on powerpc64

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 13:28:49 UTC 2021


The branch main has been updated by pkubaj:

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

commit f983d603890ce6f33f68763c01aa01a323d48fd9
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 13:28:34 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 13:28:34 +0000

    lang/seed7: enable on powerpc64
---
 lang/seed7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 2991a35171ee..0874a7d7d3d6 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -17,7 +17,7 @@ COMMENT=	High-level, extensible programming language
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64le sparc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le sparc64
 
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 


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