[Lunar-commits] <moonbase-other> gnutls: add the needed libgcrypt depend.

Florin Braescu florin at lunar-linux.org
Sun Aug 12 12:18:03 CEST 2012


commit c3204f6baff3efb61042b134d18e996c0989f457
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 Aug 2012 03:18:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c3204f6baff3efb61042b134d18e996c0989f457

gnutls: add the needed libgcrypt depend.
---
  crypto/gnutls/DEPENDS                                        +4/-3     
  1 files changed, 4 insertions (+), 3 deletions (-)

--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -2,7 +2,8 @@ depends libtasn1
 depends pakchois
 depends libcfg+
 depends readline
+depends libgcrypt
 
-optional_depends "nettle"  "--without-libgcrypt" "--with-libgcrypt"  "for nettle as cryptographic library (recommended)"
-optional_depends "p11-kit" "--with-p11-kit"      "--without-p11-kit" "for PKCS 11 support"
-optional_depends "guile"   "--enable-guile"      "--disable-guile"   "for Guile bindings"
+optional_depends "nettle"  "--with-libgcrypt" "--with-libgcrypt"  "for nettle as cryptographic library (recommended)"
+optional_depends "p11-kit" "--with-p11-kit"   "--without-p11-kit" "for PKCS 11 support"
+optional_depends "guile"   "--enable-guile"   "--disable-guile"   "for Guile bindings"




More information about the Lunar-commits mailing list