package gnutls: fix deps

This commit is contained in:
Niels Kristian Bech Jensen 2014-01-28 19:05:45 +11:00 committed by Tony Theodore
parent 9012854112
commit a578b6bb3d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := eb5a404d297e8ee2f344bcd9cdeea86fe8977287
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2//$($(PKG)_FILE)
$(PKG)_DEPS := gcc gettext nettle pcre zlib
$(PKG)_DEPS := gcc gettext gmp nettle pcre zlib
define $(PKG)_UPDATE
$(WGET) -q -O- ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/ | \