Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/minitube minitube: Fix previous to use qt5-tools a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd4a32a00c2a
branches:  trunk
changeset: 434829:cd4a32a00c2a
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jun 22 11:49:01 2020 +0000

description:
minitube: Fix previous to use qt5-tools as TOOL_DEPENDS

diffstat:

 net/minitube/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 48381132f048 -r cd4a32a00c2a net/minitube/Makefile
--- a/net/minitube/Makefile     Mon Jun 22 11:46:43 2020 +0000
+++ b/net/minitube/Makefile     Mon Jun 22 11:49:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/22 11:46:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/22 11:49:01 ryoon Exp $
 
 DISTNAME=      minitube-3.4.2
 PKGREVISION=   1
@@ -15,6 +15,8 @@
 
 USE_LANGUAGES= c++
 
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
 # MAINTAINER's API key of Google's YouTube Data API v3
 # It is strictly prohibited to use this outside pkgsrc.
 YT_DATA_API_KEY=       AIzaSyC1J587QO_mrYeJsH4BpAWoSxIuwlW1USc
@@ -30,6 +32,5 @@
 .include "../../multimedia/mpv/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
-.include "../../x11/qt5-tools/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index