pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-qtgui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  2 15:55:28 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-qtgui: Makefile

Log Message:
gnuradio-qtgui: DEPEND on py-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/ham/gnuradio-qtgui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-qtgui/Makefile
diff -u pkgsrc/ham/gnuradio-qtgui/Makefile:1.52 pkgsrc/ham/gnuradio-qtgui/Makefile:1.53
--- pkgsrc/ham/gnuradio-qtgui/Makefile:1.52     Wed Nov 23 16:20:25 2022
+++ pkgsrc/ham/gnuradio-qtgui/Makefile  Fri Dec  2 15:55:28 2022
@@ -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 @@ pre-configure: Qt5Qwt6.pc
 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