aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-13 09:26:26 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-13 09:26:26 +0000
commit27120cfd155965bf95828760fa255fc46831b808 (patch)
tree1930bfa6d7aa2dbb662a9b7932263afacac80f0b
parent071c6bdd226bfa35ee38c24b9a9216562b8ac81f (diff)
downloadports-27120cfd155965bf95828760fa255fc46831b808.tar.gz
ports-27120cfd155965bf95828760fa255fc46831b808.zip
sysutils/lcdproc: enable on powerpc
-rw-r--r--sysutils/lcdproc/Makefile4
1 files 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