diff options
Diffstat (limited to 'system/ssmtp')
-rw-r--r-- | system/ssmtp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index cb5dbbc09..0476c20ff 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=ssmtp pkgver=2.64 -pkgrel=12 +pkgrel=13 pkgdesc="Simple MTA to transmit mail to a mail hub" url="https://packages.debian.org/stable/mail/ssmtp" arch="all" @@ -10,7 +10,7 @@ options="!check" license="GPL-2.0+" provides=/usr/sbin/sendmail provider_priority=10 -depends="" +depends="!netqmail" makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" # No HTTPS |