From 8a86d257cf9e4669786dbef26ecb5071cb7511fb Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 5 Jun 2020 20:43:58 +0000 Subject: [PATCH] squid-accounting: remove deps that are moved to core Signed-off-by: Arne Fitzenreiter --- lfs/squid-accounting | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/squid-accounting b/lfs/squid-accounting index bc39142cf8..77742554e7 100644 --- a/lfs/squid-accounting +++ b/lfs/squid-accounting @@ -15,9 +15,9 @@ THISAPP = squid-accounting-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = squid-accounting -PAK_VER = 12 +PAK_VER = 13 -DEPS = perl-DBI perl-DBD-SQLite perl-File-ReadBackwards +DEPS = perl-File-ReadBackwards ############################################################################### # Top-level Rules -- 2.39.5