git: 942347101554 - main - lang/seed7: enable on armv7

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


The branch main has been updated by pkubaj:

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

commit 942347101554ab4115949961eb0eb2d862a2cc44
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:29 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:29 +0000

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

diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile
index 6d5c076a0b47..9acd6a28e13f 100644
--- a/lang/seed7/Makefile
+++ b/lang/seed7/Makefile
@@ -16,7 +16,7 @@ COMMENT=	High-level, extensible programming language
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le sparc64
+ONLY_FOR_ARCHS=	amd64 armv7 i386 powerpc powerpc64 powerpc64le sparc64
 
 LIB_DEPENDS=	libodbc.so:databases/unixODBC
 


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