aboutsummaryrefslogtreecommitdiff
path: root/editors/encryptpad
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 11:13:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-10 11:21:00 +0000
commit2f524a645fc89e9f8686b5f60a0099d6f9f3123c (patch)
tree93466e5914f0de87c20d7d06a4b1ec46a1df6ae7 /editors/encryptpad
parent86387d99797d313d96ddaf6e216285c87e5a9e1c (diff)
downloadports-2f524a645fc89e9f8686b5f60a0099d6f9f3123c.tar.gz
ports-2f524a645fc89e9f8686b5f60a0099d6f9f3123c.zip
editors/encryptpad: recognize powerpc64le
Diffstat (limited to 'editors/encryptpad')
-rw-r--r--editors/encryptpad/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile
index cb4093efdb8d..b2871579decf 100644
--- a/editors/encryptpad/Makefile
+++ b/editors/encryptpad/Makefile
@@ -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>