mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
editors/encryptpad: recognize powerpc64le
This commit is contained in:
parent
86387d9979
commit
2f524a645f
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue