diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-06 17:43:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-06 17:46:03 +0000 |
commit | 0a274268c9edf05e1b10155d147c9dbc6556e3e2 (patch) | |
tree | 8d4f4d7d5b8029646a83741b45e58419ea4c4b3f | |
parent | 3f9163cb1a514d21839f3156d1208d5bb7a5997e (diff) | |
download | ports-0a274268c9edf05e1b10155d147c9dbc6556e3e2.tar.gz ports-0a274268c9edf05e1b10155d147c9dbc6556e3e2.zip |
astro/siril: Add run-time dependency on devel/gvfs
PR: 256435
Reported by: Stefan Rumetshofer <sterum77@gmail.com>
-rw-r--r-- | astro/siril/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/siril/Makefile b/astro/siril/Makefile index 9ea18823e8cd..2b04309c29dc 100644 --- a/astro/siril/Makefile +++ b/astro/siril/Makefile @@ -1,5 +1,6 @@ PORTNAME= siril DISTVERSION= 0.99.8.1 +PORTREVISION= 1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ @@ -31,7 +32,7 @@ LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fa USES= compiler:c++11-lang desktop-file-utils gettext \ gnome meson pkgconfig jpeg shared-mime-info tar:bz2 -USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango +USE_GNOME= atk cairo gdkpixbuf2 gtk30 gvfs_run intltool pango INSTALLS_ICONS= yes |