summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-23 12:19:03 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-23 12:19:03 +0000
commit9937956555cbf34f01ceb096a892497f4ef9b1ba (patch)
treeb3f110e816331d15852941f00bcae8546fef6c4d /security
parent- Update to 5.1.2. (diff)
- Fix dependency on prelude (shlib version has been bumped recently).
PR: ports/89191 Submitted by: Krzysztof Stryjek <wtp+snort@bsdguru.org> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=149176
Diffstat (limited to 'security')
-rw-r--r--security/snort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index c6197fc24f99..a703455fc6d5 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --with-postgresql=no
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.2:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else