pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/qbittorrent qbittorrent: Do not depend on qttools ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abc3e856086f
branches:  trunk
changeset: 444541:abc3e856086f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jan 10 12:38:30 2021 +0000

description:
qbittorrent: Do not depend on qttools at runtime

diffstat:

 net/qbittorrent/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b39a09c46eed -r abc3e856086f net/qbittorrent/Makefile
--- a/net/qbittorrent/Makefile  Sun Jan 10 11:31:32 2021 +0000
+++ b/net/qbittorrent/Makefile  Sun Jan 10 12:38:30 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/01/10 11:11:57 nia Exp $
+# $NetBSD: Makefile,v 1.26 2021/01/10 12:38:30 nia Exp $
 
 DISTNAME=      qbittorrent-4.3.2
 CATEGORIES=    net
@@ -18,6 +18,8 @@
 USE_TOOLS+=    pkg-config
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
 GCC_REQD+=     6 # c++14
 
 LDFLAGS.NetBSD+=       -ljemalloc
@@ -29,9 +31,9 @@
 .include "../../net/libtorrent-rasterbar/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .if ${OPSYS} == "Darwin"
 .  include "../../x11/qt5-qtmacextras/buildlink3.mk"
 .endif
-.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index