git: 27120cfd1559 - main - sysutils/lcdproc: enable on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jul 13 09:28:10 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27120cfd155965bf95828760fa255fc46831b808
commit 27120cfd155965bf95828760fa255fc46831b808
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-13 09:26:26 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-13 09:26:26 +0000
sysutils/lcdproc: enable on powerpc
---
sysutils/lcdproc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile
index 57deb81b9d3d..2844e17acf75 100644
--- a/sysutils/lcdproc/Makefile
+++ b/sysutils/lcdproc/Makefile
@@ -11,7 +11,7 @@ COMMENT= Client/server suite for LCD devices
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
USES= autoreconf pkgconfig
GNU_CONFIGURE= yes
@@ -92,7 +92,7 @@ PLIST_SUB+= X86=""
PLIST_SUB+= X86="@comment "
.endif
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH:Mpowerpc*}
USE_GCC= yes
.endif
More information about the dev-commits-ports-all
mailing list