git: a579bac9a284 - main - sysutils/tracker3: add additional python depends to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Jun 2023 17:40:34 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/ports/commit/?id=a579bac9a284dce12afaf09214cea09311297635 commit a579bac9a284dce12afaf09214cea09311297635 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-06-16 17:30:39 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-06-16 17:40:16 +0000 sysutils/tracker3: add additional python depends to fix build Tracker 3 also requires py-gobject3 now, so add it to BUILD_DEPENDS and RUN_DEPENDS. This should fix the build under poudriere. PR: 272017 Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> MFH: 2023Q2 --- sysutils/tracker3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/tracker3/Makefile b/sysutils/tracker3/Makefile index 11447db71b8c..bedd2f4b0346 100644 --- a/sysutils/tracker3/Makefile +++ b/sysutils/tracker3/Makefile @@ -11,11 +11,13 @@ WWW= https://wiki.gnome.org/Projects/Tracker LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} LIB_DEPENDS= libdbus-1.so:devel/dbus \ libicutu.so:devel/icu \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libuuid.so:misc/e2fsprogs-libuuid +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ pkgconfig python:3.6+,build sqlite tar:xz vala:build