diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:12:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-19 21:12:56 +0000 |
commit | 8e87765f84d54530f31b83dddeb9d626786b804f (patch) | |
tree | 3b69676358e85a1ab498766d8e612b20c65b2f34 /security/libpreludedb | |
parent | a8d621807a5571d390ce8bbf8e6edaeb18eac62f (diff) |
- Chase libprelude update
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241775
Diffstat (limited to 'security/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index f5199419ac12..54c7c8f659d6 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -5,7 +5,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old MAINTAINER= r.gruyters@snow.nl COMMENT= Framework library for access to Prelude NIDS database -LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.20:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes |