aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-21 13:09:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-21 13:09:42 +0000
commit130c4e2332435c32e3b75613a99823c2eb28d29a (patch)
tree630b004af324ef7717601d0b9514e6087d814df3
parent07c220131013a2dd8e38c8bd5bce667999c7aa96 (diff)
downloadaports-130c4e2332435c32e3b75613a99823c2eb28d29a.tar.bz2
aports-130c4e2332435c32e3b75613a99823c2eb28d29a.tar.xz
extra/libpcap: added bison to makedepends
-rw-r--r--extra/libpcap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libpcap/APKBUILD b/extra/libpcap/APKBUILD
index d689a1077c..3db64d26cf 100644
--- a/extra/libpcap/APKBUILD
+++ b/extra/libpcap/APKBUILD
@@ -5,7 +5,7 @@ pkgdesc="A system-independent interface for user-level packet capture"
url="http://www.tcpdump.org/"
license="BSD"
depends="uclibc"
-makedepends="flex"
+makedepends="bison flex"
source="http://www.tcpdump.org/release/$pkgname-$pkgver.tar.gz
$pkgname-1.0.0-LDFLAGS.patch"
subpackages="$pkgname-doc $pkgname-dev"