diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /security/zombiezapper | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) | |
download | ports-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.gz ports-e1c4707bab49a445d286c16116d18d54e213b1c0.zip |
Notes
Diffstat (limited to 'security/zombiezapper')
-rw-r--r-- | security/zombiezapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/zombiezapper/Makefile b/security/zombiezapper/Makefile index 571ff771e9b1..f0fac0011c24 100644 --- a/security/zombiezapper/Makefile +++ b/security/zombiezapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= zombiezapper PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://razor.bindview.com/tools/files/ DISTNAME= zombie-${PORTVERSION} @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org COMMENT= Send a terminate command to Trinoo/TFN/Stacheldracht DDoS agents -BUILD_DEPENDS= ${LOCALBASE}/bin/libnet-config:${PORTSDIR}/net/libnet/ +BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10/ LIBNETCONF= ${LOCALBASE}/bin/libnet-config |