diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 12:19:03 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 12:19:03 +0000 |
commit | 9937956555cbf34f01ceb096a892497f4ef9b1ba (patch) | |
tree | b3f110e816331d15852941f00bcae8546fef6c4d /security/snort | |
parent | 0708c8898ba79aa9441e85d34ddafd5dbffad615 (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/snort')
-rw-r--r-- | security/snort/Makefile | 2 |
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 |