diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-12 17:43:53 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-12 17:43:53 +0000 |
commit | 6f15e1c0339e22678346839753553530e316423a (patch) | |
tree | 2fc159f2fec291a20c55d91a80e23d1b384fb9f1 /astro | |
parent | 5114fbd567a30499953b95d2e7f480832652d218 (diff) |
astro/siril: Fix unintended deletion of the line
Diffstat (limited to 'astro')
-rw-r--r-- | astro/siril/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |