git: 5ca01ceb8a6e - main - sysutils/tracker3: use USE_GNOME=pygobject3 helper

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Tue, 15 Oct 2024 16:25:34 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ca01ceb8a6e39aa457f71c67b56423502b85dfd

commit 5ca01ceb8a6e39aa457f71c67b56423502b85dfd
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-10-15 16:24:45 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-10-15 16:24:45 +0000

    sysutils/tracker3: use USE_GNOME=pygobject3 helper
    
    The helper is equivalent to the previous explicit dependency
    declarations so no functional or metadata changes.
---
 sysutils/tracker3/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sysutils/tracker3/Makefile b/sysutils/tracker3/Makefile
index eba59603c6ff..80514cd78077 100644
--- a/sysutils/tracker3/Makefile
+++ b/sysutils/tracker3/Makefile
@@ -12,16 +12,14 @@ 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 \
 		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:build sqlite tar:xz vala:build
-USE_GNOME=	glib20 libxml2 introspection:build
+USE_GNOME=	glib20 libxml2 introspection:build pygobject3
 USE_LDCONFIG=	yes
 
 MESON_ARGS=	-Dbash_completion=true \