gnupg-agent: depend on pinentry

This commit is contained in:
Eivind Uggedal 2014-10-20 12:36:32 +00:00
parent f5c6ab729e
commit ff8c4a96ce

View File

@ -1,7 +1,7 @@
# Template file for 'gnupg-agent'
pkgname=gnupg-agent
version=2.0.26
revision=1
revision=2
wrksrc="gnupg-${version}"
build_style=gnu-configure
configure_args="--enable-agent-only --disable-rpath --disable-doc
@ -12,6 +12,7 @@ configure_args="--enable-agent-only --disable-rpath --disable-doc
--with-pth-prefix=$XBPS_CROSS_BASE/usr"
hostmakedepends="automake libtool"
makedepends="libassuan-devel libgcrypt-devel libksba-devel pth-devel"
depends="pinentry"
short_desc="The GNU Privacy Guard password agent"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"