wok diff nmap/receipt @ rev 7168

Changed libpcap to libpcap-dev in build depends of packages that used libpcap for build depends before.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 07 19:07:37 2010 +0000 (2010-11-07)
parents 3dc6e4b6990a
children 6d38ede420a7
line diff
     1.1 --- a/nmap/receipt	Thu Sep 23 22:53:20 2010 +0000
     1.2 +++ b/nmap/receipt	Sun Nov 07 19:07:37 2010 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="The Network Mapper."
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS="openssl lua libpcap pcre gcc-lib-base"
     1.7 -BUILD_DEPENDS="$DEPENDS python-dev lua-dev openssl-dev pcre-dev"
     1.8 +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev lua-dev openssl-dev pcre-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://nmap.org/"
    1.11  WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL"