diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 14:25:41 +0200 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-06 14:25:41 +0200 |
| commit | aa04cb05a2f25200dd354cb7ab93b5525a22378f (patch) | |
| tree | c02ea0b981360deae4a60442f131d67cd147ce33 | |
| parent | science/simgrid: add libunwind to LIB_DEPENDS on powerpc64le (diff) | |
sysutils/lcdproc: add powerpc64le support
| -rw-r--r-- | sysutils/lcdproc/Makefile | 4 |
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 |
