diff options
Diffstat (limited to 'user/netqmail/APKBUILD')
-rw-r--r-- | user/netqmail/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/netqmail/APKBUILD b/user/netqmail/APKBUILD index bda855086..96222e1f9 100644 --- a/user/netqmail/APKBUILD +++ b/user/netqmail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Laurent Bercot <ska-adelie@skarnet.org> pkgname=netqmail pkgver=1.06 -pkgrel=0 +pkgrel=1 pkgdesc="The qmail mail transfer agent (community version)" url="http://www.qmail.org/$pkgname/" arch="all" @@ -10,6 +10,7 @@ license="ISC" provides=sendmail options="suid !check" # suid programs (qmail-queue); no test suite depends="execline s6 s6-networking" +makedepends="utmps-dev" subpackages="$pkgname-doc $pkgname-openrc" install="$pkgname.post-install $pkgname.pre-deinstall" source="http://www.qmail.org/$pkgname-$pkgver.tar.gz \ |