diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-06-13 19:13:33 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-06-13 19:13:33 +0000 |
commit | 6957ca2058e01b7957a65aa069aa55d903bc10fd (patch) | |
tree | b347fb407dedb14a9de15a0c33dd48cc451dae3f /net/pchar/Makefile | |
parent | 69474e079d38af74d229463440e2041f70a69173 (diff) |
Update port to 1.4.
Software changes: multi-packet probes, kernel-level timestamps,
support for TCP probes.
Port changes: Removed unneeded --with-ipv6 (it's been automatic for
some time), add --with-pcap to turn on libpcap support.
Patch formerly required for alpha build has been rolled into the
source (in a slightly different form).
Notes
Notes:
svn path=/head/; revision=43956
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 03fd140b37aa..57ecf5113d29 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pchar -PORTVERSION= 1.3.2 +PORTVERSION= 1.4 CATEGORIES= net ipv6 MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ @@ -18,9 +18,7 @@ MAN8= pchar.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 400014 -CONFIGURE_ARGS= --with-ipv6 -.endif +CONFIGURE_ARGS= --with-pcap .if !defined(NOPORTDOCS) post-install: |