security/pgpin: fix build on powerpc64le

All FreeBSD architectures use the same command, just use the one for powerpc64 on powerpc64le (it could be even the one for amd64).
This commit is contained in:
Piotr Kubaj 2020-10-18 01:07:32 +00:00
parent e270fb5b7c
commit c1f328ca82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552614

View File

@ -20,7 +20,7 @@ BROKEN_mips64= Does not build
USES= tar:tgz
WRKSRC= ${WRKDIR}/pgp263in/src
MAKEFILE= makefile
ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
ALL_TARGET= freebsd-${ARCH:S/powerpc64le/powerpc64/} OS_CFLAGS="${CFLAGS}"
PGPLIB= ${STAGEDIR}${PREFIX}/lib/pgpin
OPTIONS_DEFINE= DOCS