diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /net/nepenthes | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index aada13e36ec1..87eece957cf1 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -7,14 +7,14 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} MAINTAINER= systemoperator@gmail.com COMMENT= Determine the malware activity on a network -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ magic.1:${PORTSDIR}/sysutils/file \ pcre.0:${PORTSDIR}/devel/pcre \ adns.1:${PORTSDIR}/dns/adns |