From aa04cb05a2f25200dd354cb7ab93b5525a22378f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 6 Apr 2021 14:25:41 +0200 Subject: sysutils/lcdproc: add powerpc64le support --- sysutils/lcdproc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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 -- cgit v1.2.3