diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 04:49:26 +0000 |
commit | 01ac113f151420fdb3d6a7e2d98002e00cdf9443 (patch) | |
tree | a67f4e5e7be905d46646e7afff017b8a6173cc36 /net/wireshark-lite | |
parent | 2e4a99f295f7836b1d06221fd7fa2a4df1e7be4f (diff) |
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.
Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
Notes
Notes:
svn path=/head/; revision=161315
Diffstat (limited to 'net/wireshark-lite')
-rw-r--r-- | net/wireshark-lite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index dbf8b12b8218..cb5def4f13b8 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -6,6 +6,7 @@ # LITE= yes +PORTREVISION?= 1 PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../ethereal |