summaryrefslogtreecommitdiff
path: root/system/ssmtp
diff options
context:
space:
mode:
Diffstat (limited to 'system/ssmtp')
-rw-r--r--system/ssmtp/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD
index 4d77bb213..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
@@ -21,7 +21,6 @@ source="http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.o
"
build() {
- cd "$builddir"
sed -i -e 's:$(CC) -o:$(CC) @LDFLAGS@ -o:' Makefile.in
autoconf
@@ -37,7 +36,6 @@ build() {
}
package() {
- cd "$builddir"
make prefix="$pkgdir"/usr \
etcdir="$pkgdir"/etc \
mandir="$pkgdir"/usr/share/man \