git: f5531c896c4c - main - graphics/luminance-qt5: use webengine only on aarch64, amd64 and i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Sep 2022 18:56:42 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5531c896c4cf87c90fd5e9e09a9f7fcf21de36c
commit f5531c896c4cf87c90fd5e9e09a9f7fcf21de36c
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-27 18:23:47 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-27 18:56:36 +0000
graphics/luminance-qt5: use webengine only on aarch64, amd64 and i386
---
graphics/luminance-qt5/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index d155f7773189..e4d05afd981e 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -30,7 +30,10 @@ USE_QT= concurrent core declarative gui location network \
buildtools:build linguisttools:build qmake:build
OPTIONS_DEFINE= CFITSIO DOCS HELPBROWSER
-OPTIONS_DEFAULT= CFITSIO HELPBROWSER
+OPTIONS_DEFAULT= CFITSIO
+OPTIONS_DEFAULT_aarch64= HELPBROWSER
+OPTIONS_DEFAULT_amd64= HELPBROWSER
+OPTIONS_DEFAULT_i386= HELPBROWSER
CFITSIO_LIB_DEPENDS= libcfitsio.so:astro/cfitsio