From 0094500a45e2f7df21f9679264c9f725c6b2ce95 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Thu, 23 Jan 2025 17:12:34 +0100 Subject: [PATCH] Fix dependencies --- devel/tevent016/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/tevent016/Makefile b/devel/tevent016/Makefile index cb2ebf2..6ecac63 100644 --- a/devel/tevent016/Makefile +++ b/devel/tevent016/Makefile @@ -10,8 +10,8 @@ WWW= https://tevent.samba.org/ LICENSE= LGPL3 -BUILD_DEPENDS= talloc>=2.3.4:devel/talloc -RUN_DEPENDS= talloc>=2.3.4:devel/talloc +BUILD_DEPENDS= talloc>=2.3.4:devel/talloc242 +RUN_DEPENDS= talloc>=2.3.4:devel/talloa242 USES= compiler pkgconfig shebangfix waf USE_LDCONFIG= yes