aboutsummaryrefslogtreecommitdiff
path: root/security/pgpin
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-18 01:07:32 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-18 01:07:32 +0000
commitc1f328ca8256d2da2a7bf8533afb5366a582f137 (patch)
tree8ac23b4967d1340bd79931ccbf7fddb7b1c16c6a /security/pgpin
parente270fb5b7cddcf4cd985b67818f39a5dc9a341cd (diff)
downloadports-c1f328ca8256d2da2a7bf8533afb5366a582f137.tar.gz
ports-c1f328ca8256d2da2a7bf8533afb5366a582f137.zip
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).
Notes
Notes: svn path=/head/; revision=552614
Diffstat (limited to 'security/pgpin')
-rw-r--r--security/pgpin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile
index cb68560112f2..57313782e25f 100644
--- a/security/pgpin/Makefile
+++ b/security/pgpin/Makefile
@@ -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