diff options
author | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
commit | 806c7762542eeaa418b0f428ee13d94b005ef000 (patch) | |
tree | 9a972850347a77d3becf10d370cc764c662fd651 /security/prelude-lml | |
parent | b5e9be63c275066ac5e28c9425d2d11c9c166a11 (diff) | |
download | freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.gz freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.zst freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.zip |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index e9a8ceb8e9a6..ee5b283d62f9 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -6,7 +6,7 @@ PORTNAME= prelude-lml PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.[6-?]:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre USE_GPG= yes |