git: f869423e73bd - 2021Q3 - astro/siril: Fix unintended deletion of the line
Yuri Victorovich
yuri at FreeBSD.org
Thu Aug 12 17:45:18 UTC 2021
The branch 2021Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f869423e73bda360190818881938df93f3f50136
commit f869423e73bda360190818881938df93f3f50136
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-12 17:43:53 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-12 17:45:09 +0000
astro/siril: Fix unintended deletion of the line
(cherry picked from commit 6f15e1c0339e22678346839753553530e316423a)
---
astro/siril/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 531f581a3300..d571e37ecf2b 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -1,6 +1,6 @@
PORTNAME= siril
DISTVERSION= 0.99.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/
@@ -44,6 +44,8 @@ BINARY_ALIAS= git=false
OPTIONS_DEFINE= CURL OPENMP
OPTIONS_DEFAULT= CURL OPENMP
+OPENMP_MESON_OFF= -Dopenmp=false
+
CURL_MESON_YES= enable-libcurl
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
More information about the dev-commits-ports-all
mailing list