Date: Thu, 12 Aug 2021 17:44:45 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f15e1c0339e - main - astro/siril: Fix unintended deletion of the line Message-ID: <202108121744.17CHijK9071331@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f15e1c0339e22678346839753553530e316423a commit 6f15e1c0339e22678346839753553530e316423a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-12 17:43:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-12 17:43:53 +0000 astro/siril: Fix unintended deletion of the line --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108121744.17CHijK9071331>