summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-01 22:11:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-01 22:11:06 +0000
commit352536c3edb71735205d1fbe5ca9c6834cf1f296 (patch)
treec831b907ed72d7ce2f12a75345a16a23e3c81cc6 /x11-wm
parentx11-fonts/fontobene: Update 0.1.0-2 -> 0.2.0 (diff)
x11-wm/enlightenment: fix packaging on powerpc64le
Notes
Notes: svn path=/head/; revision=559882
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index c1b7aa612c19..16a19420b96e 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -44,7 +44,7 @@ ENLIGHTENMENT_ARCH= ${OPSYS:tl}-x86_64
.if ${CURRENT_ARCH} == i386
ENLIGHTENMENT_ARCH= ${OPSYS:tl}-x86
.else
-.if ${CURRENT_ARCH} == powerpc64
+.if ${CURRENT_ARCH:Mpowerpc64*}
ENLIGHTENMENT_ARCH= ${OPSYS:tl}-ppc64
.else
ENLIGHTENMENT_ARCH= ${OPSYS:tl}-${CURRENT_ARCH}