From d7f46ab18fa207b1fc2e747b21655bd9c111161a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Sep 2014 10:16:22 +0200 Subject: [PATCH] dovecot: fix rdeps. --- srcpkgs/dovecot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index d0189133aa2..f7e7be94c32 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -45,7 +45,7 @@ else fi # For SSL support. -depends="openssl>=0" +depends="virtual?openssl" systemd_services="dovecot.service true" system_accounts="dovecot dovenull" dovecot_homedir="/var/chroot"