diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-13 22:51:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-13 22:51:35 +0800 |
commit | f4eaf1c907c6b154b5ca6a65ff2e9e7431e609d4 (patch) | |
tree | f2236bf6e36b3ef6e824ffb226c5081fbb5936d5 /security | |
parent | 582cae4f70da9587cc45c5430599cab013324fe4 (diff) | |
download | freebsd-ports-gnome-f4eaf1c907c6b154b5ca6a65ff2e9e7431e609d4.tar.gz freebsd-ports-gnome-f4eaf1c907c6b154b5ca6a65ff2e9e7431e609d4.tar.zst freebsd-ports-gnome-f4eaf1c907c6b154b5ca6a65ff2e9e7431e609d4.zip |
- Chase security/libprelude shlib version bump
Diffstat (limited to 'security')
-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 23926792929c..8e46ede132db 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -5,6 +5,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.14.1 +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.13:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.14:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes |