aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-01-17 12:01:16 +0800
committerclsung <clsung@FreeBSD.org>2007-01-17 12:01:16 +0800
commit7a8b1bd0b1336630ce3c8538c7ca6952683ec0c5 (patch)
tree3fab80231e1d304a0576a1b6c454450f66d4bf79 /security
parent63958359aca708e508c5fab76bea0c0d554fc3ad (diff)
downloadfreebsd-ports-gnome-7a8b1bd0b1336630ce3c8538c7ca6952683ec0c5.tar.gz
freebsd-ports-gnome-7a8b1bd0b1336630ce3c8538c7ca6952683ec0c5.tar.zst
freebsd-ports-gnome-7a8b1bd0b1336630ce3c8538c7ca6952683ec0c5.zip
- updated prelude version;
- bump PORTREVISION PR: ports/107987 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
Diffstat (limited to 'security')
-rw-r--r--security/snort/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 91e62abc5976..52931e81025e 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.6.1.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
@@ -106,7 +107,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else