diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-13 14:49:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-13 14:50:46 +0000 |
commit | 3fd77008f4bb2823941e34bc426ec082ce220cb5 (patch) | |
tree | 610009a2f878b186752a4659b3c56b64d77dee5b | |
parent | 8663c11aac12a37145e00262d370d946e88065d6 (diff) | |
download | aports-3fd77008f4bb2823941e34bc426ec082ce220cb5.tar.bz2 aports-3fd77008f4bb2823941e34bc426ec082ce220cb5.tar.xz |
testing/csync2: build fix
needs yacc
-rw-r--r-- | testing/csync2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/csync2/APKBUILD b/testing/csync2/APKBUILD index 6c4096a632..35ddd7d0e9 100644 --- a/testing/csync2/APKBUILD +++ b/testing/csync2/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="a cluster synchronization tool" url="http://oss.linbit.com/csync2/" license="GPL-2+" depends= -makedepends="librsync-dev gnutls-dev sqlite-dev autoconf automake" +makedepends="librsync-dev gnutls-dev sqlite-dev autoconf automake bison flex" install= subpackages="$pkgname-doc" source="http://oss.linbit.com/csync2/csync2-$pkgver.tar.gz |