wok diff libpcap/receipt @ rev 7185

Added libnl to libpcap depends. Its needed to for libpcap to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 07:52:21 2010 +0000 (2010-11-08)
parents c38a5ce38343
children e5ae411e1d8c
line diff
     1.1 --- a/libpcap/receipt	Sun Nov 07 19:15:36 2010 +0000
     1.2 +++ b/libpcap/receipt	Mon Nov 08 07:52:21 2010 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="library for tcpdump"
     1.6  MAINTAINER="sdaigl@lacitec.on.ca"
     1.7 +DEPENDS="libnl"
     1.8  BUILD_DEPENDS="flex bison"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.tcpdump.org/"