pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libktorrent
Module Name: pkgsrc
Committed By: markd
Date: Mon Dec 29 09:50:32 UTC 2025
Modified Files:
pkgsrc/net/libktorrent: Makefile
Log Message:
libktorrent: depend on boost-libs rather than boost-headers for cmake files
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/libktorrent/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/libktorrent/Makefile
diff -u pkgsrc/net/libktorrent/Makefile:1.93 pkgsrc/net/libktorrent/Makefile:1.94
--- pkgsrc/net/libktorrent/Makefile:1.93 Sun Dec 21 15:09:54 2025
+++ pkgsrc/net/libktorrent/Makefile Mon Dec 29 09:50:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2025/12/21 15:09:54 markd Exp $
+# $NetBSD: Makefile,v 1.94 2025/12/29 09:50:32 markd Exp $
DISTNAME= libktorrent-${KAPPSVER}
CATEGORIES= net
@@ -13,7 +13,7 @@ USE_TOOLS+= msgmerge pkg-config
LDFLAGS.SunOS+= -lsocket
-.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/kf6-kio/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index