summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/lcdproc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile
index 55ae479e6c63..2cce4f2c7a0b 100644
--- a/sysutils/lcdproc/Makefile
+++ b/sysutils/lcdproc/Makefile
@@ -12,7 +12,7 @@ COMMENT= Client/server suite for LCD devices
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= i386 amd64 powerpc64
+ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
USES= autoreconf pkgconfig
GNU_CONFIGURE= yes
@@ -93,7 +93,7 @@ PLIST_SUB+= X86=""
PLIST_SUB+= X86="@comment "
.endif
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
USE_GCC= any
.endif