1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

Ports: Add missing dependency for the gnupg port

This commit is contained in:
Gunnar Beutner 2021-04-14 21:55:19 +02:00 committed by Andreas Kling
parent 2ef7e757ad
commit f62f6c2b37

View file

@ -9,7 +9,7 @@ configopts="--with-libgpg-error-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
--with-npth-prefix=${SERENITY_BUILD_DIR}/Root/usr/local \
--disable-dirmngr"
files="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2 gnupg-${version}.tar.bz2"
depends="libiconv libgpg-error libgcrypt libassuan npth ntbtls"
depends="libiconv libgpg-error libgcrypt libksba libassuan npth ntbtls"
pre_configure() {
export GPGRT_CONFIG="${SERENITY_BUILD_DIR}/Root/usr/local/bin/gpgrt-config"