diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
commit | 2adf104b17428f869db26d59e247df31d11354aa (patch) | |
tree | 521ace80678d712aaebbfc7b590f71a7de7977c7 /security/libpreludedb | |
parent | 384935b90baf039e1c58148196b9171eb1bd5d42 (diff) | |
download | ports-2adf104b17428f869db26d59e247df31d11354aa.tar.gz ports-2adf104b17428f869db26d59e247df31d11354aa.zip |
Notes
Diffstat (limited to 'security/libpreludedb')
-rw-r--r-- | security/libpreludedb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 4a19990a535d..5cfb79633510 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -5,6 +5,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -12,7 +13,7 @@ MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Framework library for access to Prelude NIDS database -LIB_DEPENDS= prelude.11:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.12:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes |