pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/qsynth qsynth: Needs qt tools



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d5e01cd877
branches:  trunk
changeset: 342677:84d5e01cd877
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 23 19:34:22 2019 +0000

description:
qsynth: Needs qt tools

diffstat:

 audio/qsynth/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3e0be00a9c01 -r 84d5e01cd877 audio/qsynth/Makefile
--- a/audio/qsynth/Makefile     Wed Oct 23 16:34:19 2019 +0000
+++ b/audio/qsynth/Makefile     Wed Oct 23 19:34:22 2019 +0000
@@ -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 @@
 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++



Home | Main Index | Thread Index | Old Index