pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-qtgui gnuradio-qtgui: DEPEND on py-qt5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2dd1425d39d
branches:  trunk
changeset: 389243:d2dd1425d39d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 15:55:28 2022 +0000

description:
gnuradio-qtgui: DEPEND on py-qt5

diffstat:

 ham/gnuradio-qtgui/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r ec722768367d -r d2dd1425d39d ham/gnuradio-qtgui/Makefile
--- a/ham/gnuradio-qtgui/Makefile       Fri Dec 02 15:54:21 2022 +0000
+++ b/ham/gnuradio-qtgui/Makefile       Fri Dec 02 15:55:28 2022 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.52 2022/11/23 16:20:25 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/12/02 15:55:28 wiz Exp $
 
 PKGNAME=       gnuradio-qtgui-${VERSION}
 PKGREVISION=   1
 COMMENT=       Qt GUI module of GNU Radio
 
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
+
 .include "../../ham/gnuradio-core/Makefile.common"
 .include "../../ham/gnuradio-core/Nocore.mk"
 
@@ -20,7 +22,6 @@
 Qt5Qwt6.pc:
        ln -sf ${QWT_DIR}/lib/pkgconfig/Qt5Qwt6.pc ${BUILDLINK_DIR}/lib/pkgconfig/Qt5Qwt6.pc
 
-.include "../../x11/py-qt5/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qwt6-qt5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index