From 172f97c86bf23ec8183513e33a8cf7247bff0fe5 Mon Sep 17 00:00:00 2001 From: skv Date: Fri, 30 Sep 2005 17:43:23 +0000 Subject: fix typo --- net/p5-Net-Pcap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index 73244b6b611d..5246856f036a 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -18,7 +18,7 @@ COMMENT= Interface to pcap(3) LBL packet capture library BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap PERL_CONFIGURE= yes -CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-I${LOCALBASE}/lib -lpcap" +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lpcap" MAN3= Net::Pcap.3 -- cgit