opensmtpd-extras: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 23:59:01 +01:00
parent aebdb173ef
commit 03aac502ce

View file

@ -1,13 +1,13 @@
# Template file for 'opensmtpd-extras'
pkgname=opensmtpd-extras
version=6.6.0
revision=2
revision=3
wrksrc="OpenSMTPD-extras-${version}"
build_style=gnu-configure
configure_args="--with-table-passwd --with-table-ldap --with-table-mysql
--with-table-postgres --with-table-socketmap --with-table-sqlite"
hostmakedepends="automake libtool"
makedepends="libressl-devel libevent-devel postgresql-libs-devel
makedepends="openssl-devel libevent-devel postgresql-libs-devel
libmariadbclient-devel sqlite-devel"
depends="opensmtpd"
short_desc="Free implementation of the server-side SMTP protocol - extras"