pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/qsynth



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.

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++



Home | Main Index | Thread Index | Old Index