diff options
author | Martin Dietze <martin@the-little-red-haired-girl.org> | 2009-05-23 13:28:35 +0200 |
---|---|---|
committer | md <md@freiheit.com> | 2009-05-27 21:51:00 +0200 |
commit | 3e90499e213b47ad7ac4541843c31f23425433ca (patch) | |
tree | 818818f87ababc019ba7041b030522d0951c94ed /recipes/gnutls | |
parent | 173ca78f2eebe33896407ef00b1391d8b205a01f (diff) |
gnutsl: added missing build dependency guile-native
Diffstat (limited to 'recipes/gnutls')
-rw-r--r-- | recipes/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc index e438423c9c..004161a9f6 100644 --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -1,6 +1,6 @@ DESCRIPTION = "GNU Transport Layer Security Library" HOMEPAGE = "http://www.gnu.org/software/gnutls/" -DEPENDS = "zlib libgcrypt lzo" +DEPENDS = "zlib libgcrypt lzo guile-native" LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |