git: 314c6f5ba645 - main - net-im/libpurple: Correct tk USE usage

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Thu, 14 Aug 2025 12:02:36 UTC
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=314c6f5ba645f7feac98270b19b84dde1a7bd12f

commit 314c6f5ba645f7feac98270b19b84dde1a7bd12f
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-08-14 12:01:28 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-08-14 12:01:28 +0000

    net-im/libpurple: Correct tk USE usage
    
    The previous patch was correct.  My manual merge had the mistake.
---
 net-im/libpurple/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 4324e7a9e409..77dc07400d64 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -94,7 +94,7 @@ CFLAGS+=	-Wno-error=incompatible-function-pointer-types
 .endif
 
 .if ${PORT_OPTIONS:MTCLTK}
-USES+=			tk:8.6
+USES+=			tk:86
 CFLAGS+=		-I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}
 CONFIGURE_ARGS+=	--with-tclconfig=${TCL_LIBDIR} \
 			--with-tkconfig=${TK_LIBDIR}