diff options
Diffstat (limited to 'main/msmtp/APKBUILD')
-rw-r--r-- | main/msmtp/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/msmtp/APKBUILD b/main/msmtp/APKBUILD index 9a3ca27ad1..e07448ff16 100644 --- a/main/msmtp/APKBUILD +++ b/main/msmtp/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=msmtp pkgver=1.4.32 -pkgrel=0 +pkgrel=1 pkgdesc="SMTP client with a sendmail compatible interface" url="http://msmtp.sourceforge.net/" arch="all" license="GPLv3+" depends= -makedepends= +makedepends="openssl-dev" install= subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/project/msmtp/msmtp/$pkgver/msmtp-$pkgver.tar.bz2" @@ -34,6 +34,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ + --with-ssl=openssl \ || return 1 make || return 1 } |