diff options
author | flz <flz@FreeBSD.org> | 2005-11-23 20:19:03 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-23 20:19:03 +0800 |
commit | fc295762586ed375fa26198df810017ce3e2ff32 (patch) | |
tree | 0850ee5b936f32ede42128de17dc48b9d30029e2 /security/snort/Makefile | |
parent | 9d776b42032ac73a874fbed9ca4747b73f18ee47 (diff) | |
download | freebsd-ports-graphics-fc295762586ed375fa26198df810017ce3e2ff32.tar.gz freebsd-ports-graphics-fc295762586ed375fa26198df810017ce3e2ff32.tar.zst freebsd-ports-graphics-fc295762586ed375fa26198df810017ce3e2ff32.zip |
- Fix dependency on prelude (shlib version has been bumped recently).
PR: ports/89191
Submitted by: Krzysztof Stryjek <wtp+snort@bsdguru.org>
Approved by: maintainer
Diffstat (limited to 'security/snort/Makefile')
-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 c6197fc24f9..a703455fc6d 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 |