diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 00:07:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-17 00:07:53 +0000 |
commit | a769a701f64f19914099d3ae207c70f6cfa4731c (patch) | |
tree | 7ef777bc8d9329f51737c20da232f7815211ae53 /security/prelude-lml | |
parent | 75317951d48537d8e2e61ca03e236bc1ea017210 (diff) | |
download | ports-a769a701f64f19914099d3ae207c70f6cfa4731c.tar.gz ports-a769a701f64f19914099d3ae207c70f6cfa4731c.zip |
Notes
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 63edb02f652d..26118368b5d4 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -6,13 +6,14 @@ PORTNAME= prelude-lml PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.org/download/releases/ +MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.0:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes |