diff options
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 993e24cd3d04..27ca8e4ee4c0 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.7.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -117,7 +118,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |