From 58e2d77c7d7a750126ff045912d17414ce05c36f Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 14 Jul 2014 17:55:56 +0200 Subject: [PATCH] libesmtp: switch to libressl --- srcpkgs/libesmtp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libesmtp/template b/srcpkgs/libesmtp/template index 8bdefb124ad..764add4bb26 100644 --- a/srcpkgs/libesmtp/template +++ b/srcpkgs/libesmtp/template @@ -1,10 +1,10 @@ # Template file for 'libesmtp' pkgname=libesmtp version=1.0.6 -revision=5 +revision=6 build_style=gnu-configure configure_args="--disable-static --with-openssl" -makedepends="openssl-devel" +makedepends="libressl-devel" short_desc="Manage submission of emails using SMTP protocol" maintainer="Juan RP " homepage="http://stafford.uklinux.net/libesmtp/"