package pkgconf: add automake dependency

This commit is contained in:
Tony Theodore 2013-09-12 17:22:42 +10:00
parent d7a8d21b8c
commit c50e6911b1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 1e7b5ffe35ca4580a9b801307c3bc919fd77a4fd
$(PKG)_SUBDIR := $(PKG)-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://github.com/$(PKG)/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS :=
$(PKG)_DEPS := automake
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://github.com/pkgconf/pkgconf/commits/master' | \