Received: by mail.netbsd.org (Postfix, from userid 605) id 18C6384D41; Wed, 23 Oct 2019 19:34:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9646384D2D for ; Wed, 23 Oct 2019 19:34:23 +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 HdROoJd_FdN8 for ; Wed, 23 Oct 2019 19:34:23 +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 2F84884CFD for ; Wed, 23 Oct 2019 19:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 260EBFA81; Wed, 23 Oct 2019 19:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157185926336550" MIME-Version: 1.0 Date: Wed, 23 Oct 2019 19:34:23 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/qsynth To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191023193423.260EBFA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157185926336550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Oct 23 19:34:23 UTC 2019 Modified Files: pkgsrc/audio/qsynth: Makefile Log Message: qsynth: Needs qt tools To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/qsynth/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157185926336550 Content-Disposition: inline Content-Length: 702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/qsynth/Makefile diff -u pkgsrc/audio/qsynth/Makefile:1.52 pkgsrc/audio/qsynth/Makefile:1.53 --- pkgsrc/audio/qsynth/Makefile:1.52 Thu Oct 17 08:20:43 2019 +++ pkgsrc/audio/qsynth/Makefile Wed Oct 23 19:34:22 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2019/10/17 08:20:43 nia Exp $ +# $NetBSD: Makefile,v 1.53 2019/10/23 19:34:22 nia Exp $ DISTNAME= qsynth-0.5.7 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} @@ -9,6 +9,8 @@ HOMEPAGE= https://qsynth.sourceforge.io/ COMMENT= Qt GUI Interface to FluidSynth LICENSE= gnu-gpl-v2 +TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools + USE_CMAKE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ --_----------=_157185926336550--