diff options
author | skv <skv@FreeBSD.org> | 2005-10-01 01:43:23 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-10-01 01:43:23 +0800 |
commit | 172f97c86bf23ec8183513e33a8cf7247bff0fe5 (patch) | |
tree | bb622fdbde77c529c7ce0f93802130f944a85efb | |
parent | ece07e1d9f97b8971ee7152f4b059892aec7516f (diff) | |
download | freebsd-ports-gnome-172f97c86bf23ec8183513e33a8cf7247bff0fe5.tar.gz freebsd-ports-gnome-172f97c86bf23ec8183513e33a8cf7247bff0fe5.tar.zst freebsd-ports-gnome-172f97c86bf23ec8183513e33a8cf7247bff0fe5.zip |
fix typo
-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 |