Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2022 16:35:22 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0be2439b8d8a - main - devel/py-qt5-pyqt: fix flavors use (+)
Message-ID:  <202205291635.24TGZMbx087934@gitrepo.freebsd.org>

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

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

commit 0be2439b8d8a0ea608adc817594826e8f4a13359
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-29 16:31:33 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-29 16:35:09 +0000

    devel/py-qt5-pyqt: fix flavors use (+)
    
    This ia s quick followup to commit 78e416d826472fd8eca9f3cf702e171914443273
    which introduced hard dependency to py-dbus module with missed flavor pointers
    
    Pointy hat to:  adridg
---
 devel/py-qt5-pyqt/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/py-qt5-pyqt/Makefile b/devel/py-qt5-pyqt/Makefile
index 7c14685624a4..dc4df0498155 100644
--- a/devel/py-qt5-pyqt/Makefile
+++ b/devel/py-qt5-pyqt/Makefile
@@ -13,8 +13,8 @@ PYQT_DIST=	yes
 
 LIB_DEPENDS=	libqscintilla2_qt5.so:devel/qscintilla2-qt5 \
 		libdbus-1.so:devel/dbus
-BUILD_DEPENDS+=	py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus
-RUN_DEPENDS+=	py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus
+BUILD_DEPENDS+=	py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus@${PY_FLAVOR}
+RUN_DEPENDS+=	py${PYTHON_SUFFIX}-dbus>1:devel/py-dbus@${PY_FLAVOR}
 
 USES=		pkgconfig python:3.8+ pyqt:5 qt:5
 USE_PYTHON=	concurrent flavors py3kplist



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