Mercurial > hg > mxe
changeset 3028:e76178a35593 draft
package gnutls: add missing gettext dependency
author | Mark Brand <mabrand@mabrand.nl> |
---|---|
date | Fri, 28 Dec 2012 12:18:55 +0100 |
parents | 22a12498524d |
children | 82b6fc3fde1b |
files | src/gnutls.mk |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -6,7 +6,7 @@ $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE) -$(PKG)_DEPS := gcc nettle zlib +$(PKG)_DEPS := gcc gettext nettle zlib define $(PKG)_UPDATE $(WGET) -q -O- 'http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=tags' | \