Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 01:02:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdbea1f394e9 - main - x11-toolkits/pango: respect PY_FLAVOR after 10b57e848816
Message-ID:  <202306200102.35K12lh2023530@gitrepo.freebsd.org>

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

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

commit cdbea1f394e9e6784d3d0bb3a5ce74619c4b337c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-19 22:59:25 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-20 00:50:01 +0000

    x11-toolkits/pango: respect PY_FLAVOR after 10b57e848816
    
    Upstream uses gi-docgen via CLI instead of Python API.
---
 x11-toolkits/pango/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 2a7bcdea259d..16cc251ce0fa 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -38,8 +38,8 @@ OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	X11 DOCS MANPAGES THAI
 OPTIONS_DEFAULT=X11 MANPAGES THAI
 
+DOCS_BUILD_DEPENDS=	gi-docgen:textproc/py-gi-docgen
 DOCS_MESON_TRUE=	gtk_doc
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen
 
 MANPAGES_BUILD_DEPENDS=	help2man:misc/help2man
 



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