Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mgba mgba: qt5-qttools is not runtime depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a719a3610c91
branches:  trunk
changeset: 434359:a719a3610c91
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 14 22:01:23 2020 +0000

description:
mgba: qt5-qttools is not runtime dependency

diffstat:

 emulators/mgba/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7a23d673f2e6 -r a719a3610c91 emulators/mgba/options.mk
--- a/emulators/mgba/options.mk Sun Jun 14 20:19:43 2020 +0000
+++ b/emulators/mgba/options.mk Sun Jun 14 22:01:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2020/01/25 19:26:18 nia Exp $
+# $NetBSD: options.mk,v 1.4 2020/06/14 22:01:23 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mgba
 
@@ -27,9 +27,9 @@
 .if !empty(PKG_OPTIONS:Mqt5)
 PLIST.qt=      yes
 CMAKE_ARGS+=   -DBUILD_QT=ON
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
 .else
 CMAKE_ARGS+=   -DBUILD_QT=OFF
 .endif



Home | Main Index | Thread Index | Old Index