diff options
author | roam <roam@FreeBSD.org> | 2002-03-26 20:04:44 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-03-26 20:04:44 +0800 |
commit | bef5195c93f502f15c1d172d867ca85e29445161 (patch) | |
tree | 6f8af137de821aeb76a07cb4084156e7e9857952 /net/libnids/Makefile | |
parent | 1f2edaf5e7b2a762fdd73a5c0c21af99fc15e68b (diff) | |
download | freebsd-ports-gnome-bef5195c93f502f15c1d172d867ca85e29445161.tar.gz freebsd-ports-gnome-bef5195c93f502f15c1d172d867ca85e29445161.tar.zst freebsd-ports-gnome-bef5195c93f502f15c1d172d867ca85e29445161.zip |
Add a patch allowing libnids to correctly capture packets on
the loopback interface.
Submitted by: nectar
Ignored by: roam (myself) for over 6 months
Diffstat (limited to 'net/libnids/Makefile')
-rw-r--r-- | net/libnids/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 37492feb06cd..681484894efb 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -7,6 +7,7 @@ PORTNAME= libnids PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= http://www.packetfactory.net/projects/libnids/dist/ |