network/ngrep: BUILD bump, fixed path to pcap.h.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2010-12-02 04:43:18 -06:00 committed by Robby Workman
parent fdc395ccda
commit ee552d1051
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
PRGNAM=ngrep
VERSION=${VERSION:-1.45}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -72,7 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-ipv6=${NGREP_IPV6} \
--with-pcap-includes=/usr/include \
--with-pcap-includes=/usr/include/pcap \
--disable-static \
--build=$ARCH-slackware-linux