diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-30 16:27:33 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-30 16:27:33 +0000 |
commit | a8eca944eacaa19a7d387a19e827bb9371094a08 (patch) | |
tree | d65c1fcd14f52b26b945a7ef76aa0cbc4f0f4543 /sysutils/lcdproc | |
parent | 40591eb9653154a553fc0603a0516b4aa2f2c0cb (diff) |
Notes
Diffstat (limited to 'sysutils/lcdproc')
-rw-r--r-- | sysutils/lcdproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index 2d3883dc56eb..b132afc4731d 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 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 USES= autoreconf pkgconfig GNU_CONFIGURE= yes |