gpgme: gnupg must also be built via makedepends.

This commit is contained in:
Juan RP 2014-01-25 11:11:48 +01:00
parent 2e68cc1182
commit e962cf3312
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ configure_args="--enable-fd-passing --with-gpg=/usr/bin/gpg
--with-g13=/usr/bin/g13 --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
hostmakedepends="gnupg"
makedepends="libgpg-error-devel libassuan-devel"
makedepends="libgpg-error-devel libassuan-devel gnupg"
depends="libassuan>=2.0.3 gnupg"
short_desc="GnuPG Made Easy"
maintainer="Juan RP <xtraeme@gmail.com>"