git: 86bfebabcf16 - main - net/libtnl: enable on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:27 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86bfebabcf1690ced1701f8ce7792d2b5b5fae72
commit 86bfebabcf1690ced1701f8ce7792d2b5b5fae72
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:22 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:22 +0000
net/libtnl: enable on powerpc
---
net/libtnl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile
index 580d3985d941..fc78d47823e6 100644
--- a/net/libtnl/Makefile
+++ b/net/libtnl/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/tnl/tnl
USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd
# Other arches can be added easily, provided there is hardware to test:
-ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
.if defined(NO_PROFILE) || defined(NOPROFILE)
PLIST_SUB+= PROFILE='@comment '
.else
More information about the dev-commits-ports-all
mailing list