mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= encryptpad
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.5.0.2
|
DISTVERSION= 0.5.0.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= editors security
|
CATEGORIES= editors security
|
||||||
|
|
||||||
MAINTAINER= dmgk@FreeBSD.org
|
MAINTAINER= dmgk@FreeBSD.org
|
||||||
|
@ -31,7 +32,9 @@ OPTIONS_DEFINE= DOCS
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64
|
.if ${ARCH} == powerpc64
|
||||||
CONFIGURE_ARGS= --cpu="${ARCH}"
|
CONFIGURE_ARGS= --cpu="ppc64"
|
||||||
|
.elif ${ARCH} == powerpc64le
|
||||||
|
CONFIGURE_ARGS= --cpu="ppc64le"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue