net/libtnl: enable on powerpc64

MFH:		2020Q1
This commit is contained in:
Piotr Kubaj 2021-01-04 12:32:32 +00:00
parent 5a04c7a9a7
commit 989e30d440
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560288

View File

@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/tnl/tnl
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd MAKEFILE= ${FILESDIR}/Makefile.bsd
# Other arches can be added easily, provided there is hardware to test: # 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) .if defined(NO_PROFILE) || defined(NOPROFILE)
PLIST_SUB+= PROFILE='@comment ' PLIST_SUB+= PROFILE='@comment '
.else .else