From 49d8a5d5498eaf7a844fb6664e21c81807b1601a Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Thu, 20 May 2021 14:30:57 +0200 Subject: [PATCH] fetchmail: remove dependency to fetchmailconf fetchmail does not depend on fetchmailconf, drop the dependency to avoid pulling in the python/tk and related dependencies of fetchmailconf when the utility is not needed. --- srcpkgs/fetchmail/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template index a4b20913c9ec..818b4f4c44cb 100644 --- a/srcpkgs/fetchmail/template +++ b/srcpkgs/fetchmail/template @@ -1,12 +1,11 @@ # Template file for 'fetchmail' pkgname=fetchmail version=6.4.19 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="python3" makedepends="openssl-devel" -depends="fetchmailconf" short_desc="Remote-mail retrieval utility" maintainer="Piotr Wójcik " license="GPL-2.0-only"