1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

editors/encryptpad: recognize powerpc64le

This commit is contained in:
Piotr Kubaj 2023-08-10 13:13:02 +02:00
parent 86387d9979
commit 2f524a645f

View File

@ -1,6 +1,7 @@
PORTNAME= encryptpad
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0.2
PORTREVISION= 1
CATEGORIES= editors security
MAINTAINER= dmgk@FreeBSD.org
@ -31,7 +32,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64
CONFIGURE_ARGS= --cpu="${ARCH}"
CONFIGURE_ARGS= --cpu="ppc64"
.elif ${ARCH} == powerpc64le
CONFIGURE_ARGS= --cpu="ppc64le"
.endif
.include <bsd.port.pre.mk>