diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-30 17:43:23 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-30 17:43:23 +0000 |
commit | 88aa08202e8ef37da29f6a2df415c8cae34fca7e (patch) | |
tree | 89d141bf91681c8266f699b2bc0beda589af09c0 /net/p5-Net-Pcap | |
parent | ef33edd1aa3b6209a74365563985e3ac9dca525f (diff) | |
download | ports-88aa08202e8ef37da29f6a2df415c8cae34fca7e.tar.gz ports-88aa08202e8ef37da29f6a2df415c8cae34fca7e.zip |
Notes
Diffstat (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |