Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2024 13:59:38 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 024c603ec425 - main - graphics/gexiv2: use USE_GNOME=pygobject3 helper
Message-ID:  <202410101359.49ADxcws042877@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=024c603ec42507efa5a98d4009cc90707ecaf2a6

commit 024c603ec42507efa5a98d4009cc90707ecaf2a6
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-10-10 13:56:06 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-10-10 13:56:06 +0000

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

diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile
index 27b4042e06ca..704c5d6ad1cd 100644
--- a/graphics/gexiv2/Makefile
+++ b/graphics/gexiv2/Makefile
@@ -10,13 +10,11 @@ WWW=		https://wiki.gnome.org/Projects/gexiv2
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
 LIB_DEPENDS=	libexiv2.so:graphics/exiv2
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
 
 USES=		compiler:c++17-lang gnome libtool:build meson pathfix pkgconfig \
 		python:build tar:xz vala:build
-USE_GNOME=	glib20 introspection:build
+USE_GNOME=	glib20 introspection:build pygobject3
 USE_LDCONFIG=	yes
 BINARY_WRAPPERS=	gm4
 BINARY_ALIAS=	python3=${PYTHON_CMD}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410101359.49ADxcws042877>