pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ktorrent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 17 22:16:21 UTC 2023

Modified Files:
        pkgsrc/net/ktorrent: Makefile

Log Message:
ktorrent: fix path to libktorrent


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/net/ktorrent/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ktorrent/Makefile
diff -u pkgsrc/net/ktorrent/Makefile:1.121 pkgsrc/net/ktorrent/Makefile:1.122
--- pkgsrc/net/ktorrent/Makefile:1.121  Wed Aug 16 21:22:25 2023
+++ pkgsrc/net/ktorrent/Makefile        Thu Aug 17 22:16:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2023/08/16 21:22:25 markd Exp $
+# $NetBSD: Makefile,v 1.122 2023/08/17 22:16:21 wiz Exp $
 
 DISTNAME=      ktorrent-${KAPPSVER}
 CATEGORIES=    net
@@ -24,7 +24,7 @@ CMAKE_ARGS+=  -DCMAKE_DISABLE_FIND_PACKAG
 .include "../../graphics/kplotting/buildlink3.mk"
 .include "../../multimedia/phonon-qt5/buildlink3.mk"
 .include "../../net/kdnssd/buildlink3.mk"
-.include "../../wip/libktorrent/buildlink3.mk"
+.include "../../net/libktorrent/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../www/syndication/buildlink3.mk"
 .include "../../x11/qt5-qtwebengine/buildlink3.mk"



Home | Main Index | Thread Index | Old Index