Received: by mail.netbsd.org (Postfix, from userid 605) id 3387084F4A; Fri, 2 Dec 2022 16:01:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF8C484D4B for ; Fri, 2 Dec 2022 15:55:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BYEZr-qn2Gpt for ; Fri, 2 Dec 2022 15:55:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0DAE784D2D for ; Fri, 2 Dec 2022 15:55:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0549DFA90; Fri, 2 Dec 2022 15:55:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669996529199920" MIME-Version: 1.0 Date: Fri, 2 Dec 2022 15:55:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/ham/gnuradio-qtgui To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221202155529.0549DFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669996529199920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1669996529199920 Content-Disposition: inline Content-Length: 977 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1669996529199920--