# HG changeset patch # User Erkan Yilmaz # Date 1528524585 0 # Node ID 1a5c5519e96ce45ad48f5906697e9ffa0b97e7c7 # Parent a94db268db18d5f8458bd666e32cb6ecbc8e0f4d gnupg: add missing gnutls diff -r a94db268db18 -r 1a5c5519e96c gnupg/receipt --- a/gnupg/receipt Sat Jun 09 05:56:31 2018 +0000 +++ b/gnupg/receipt Sat Jun 09 06:09:45 2018 +0000 @@ -14,7 +14,7 @@ TARBALL_SHA1="d87553a125832ea90e8aeb3ceeecf24f88de56fb" BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev \ -npth-dev perl libusb-dev sqlite3-dev gettext zlib-dev readline-dev texinfo" +npth-dev perl libusb-dev sqlite3-dev gettext zlib-dev readline-dev texinfo gnutls-dev" # Rules to configure and make the package. compile_rules() @@ -46,5 +46,5 @@ { copy @std DEPENDS="libassuan libgcrypt libgpg-error libksba libsqlite3 libusb ncurses \ - npth readline zlib bzlib pinentry" + npth readline zlib bzlib pinentry gnutls" }