net/libtnl: enable on powerpc

This commit is contained in:
Piotr Kubaj 2021-06-15 08:41:22 +00:00
parent e121bdb705
commit 86bfebabcf

View file

@ -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