diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-07-12 09:31:51 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-07-12 09:33:33 +0300 |
commit | edac16d0ba026e4bebc9fa6cdd65137ddd045fa7 (patch) | |
tree | f4801279916ff3c7803251662247a381e3ca254d /testing/gdnsd | |
parent | 3c24eab6e249a1b8f20770fa4f73557eb4eabde2 (diff) | |
download | aports-edac16d0ba026e4bebc9fa6cdd65137ddd045fa7.tar.bz2 aports-edac16d0ba026e4bebc9fa6cdd65137ddd045fa7.tar.xz |
testing/gdnsd: add ragel to makedepends
seems the tarball is directly from git, and not "make dist" so the
ragel generated files are no longer in tarballs.
Diffstat (limited to 'testing/gdnsd')
-rw-r--r-- | testing/gdnsd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gdnsd/APKBUILD b/testing/gdnsd/APKBUILD index f63bb99bbe..49ee35bcb6 100644 --- a/testing/gdnsd/APKBUILD +++ b/testing/gdnsd/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-3" depends="" depends_dev="" -makedepends="userspace-rcu-dev libev-dev libcap-dev autoconf automake libtool" +makedepends="userspace-rcu-dev libev-dev libcap-dev ragel autoconf automake libtool" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/blblack/gdnsd/archive/v$pkgver.tar.gz |