aboutsummaryrefslogtreecommitdiffstats
path: root/security/snort
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:39:00 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-02-19 07:39:00 +0800
commitecdcc15cc3908adf526114f35a6feedf36298e19 (patch)
tree9546a01ce04313ed40ab1ea9889f1a2ca6a4b1b1 /security/snort
parentee2e4ea3e31486880c883062223a2719abb89687 (diff)
downloadfreebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.tar.gz
freebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.tar.zst
freebsd-ports-gnome-ecdcc15cc3908adf526114f35a6feedf36298e19.zip
- Chase security/libprelude shlib version bump
PR: 131286, 131585 (partial) Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru>
Diffstat (limited to 'security/snort')
-rw-r--r--security/snort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index c35883120ecf..739397ed810a 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.8.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else