diff --git a/srcpkgs/dovecot/template b/srcpkgs/dovecot/template index 206322ccc9..6cb9952b42 100644 --- a/srcpkgs/dovecot/template +++ b/srcpkgs/dovecot/template @@ -1,14 +1,13 @@ # Template file for 'dovecot' pkgname=dovecot version=2.2.18 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-moduledir=/usr/lib/dovecot/modules --with-sql=plugin --disable-static --with-nss --with-pam --with-mysql --with-pgsql --with-sqlite --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl --with-gssapi --with-ldap=plugin --with-zlib --with-bzlib --with-lzma - --with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin - $(vopt_if systemd --with-systemdsystemunitdir=/usr/lib/systemd/system)" + --with-lz4 --with-libcap --with-solr --with-docs --sbindir=/usr/bin" short_desc="IMAP and POP3 server written with security primarily in mind" maintainer="Juan RP " license="LGPL-2.1" @@ -46,7 +45,6 @@ fi # For SSL support. depends="virtual?openssl" -build_options="systemd" system_accounts="dovecot dovenull" dovecot_homedir="/var/chroot" dovenull_homedir="/var/chroot"