fetchmail: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:17:57 +01:00
parent e36b25a023
commit 6462bb0b4a

View file

@ -1,11 +1,11 @@
# Template file for 'fetchmail' # Template file for 'fetchmail'
pkgname=fetchmail pkgname=fetchmail
version=6.4.16 version=6.4.16
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="python3" hostmakedepends="python3"
makedepends="libressl-devel" makedepends="openssl-devel"
depends="fetchmailconf" depends="fetchmailconf"
short_desc="Remote-mail retrieval utility" short_desc="Remote-mail retrieval utility"
maintainer="Piotr Wójcik <chocimier@tlen.pl>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"