aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-04 12:32:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-04 12:32:32 +0000
commit989e30d440ffc36f025f6532a9c3767274488344 (patch)
treef95f08ab034b34c58a71f8868370283a9e5b9950
parent5a04c7a9a70860f0b3698c695fc1fa14e26d2366 (diff)
Notes
-rw-r--r--net/libtnl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile
index bfaba6131631..ec253e2edabd 100644
--- a/net/libtnl/Makefile
+++ b/net/libtnl/Makefile
@@ -20,7 +20,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
+ONLY_FOR_ARCHS= i386 amd64 powerpc64
.if defined(NO_PROFILE) || defined(NOPROFILE)
PLIST_SUB+= PROFILE='@comment '
.else