diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 11:24:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 11:24:52 +0000 |
commit | ef92eb19dddd215db1647a1c544c24cc46d6f20e (patch) | |
tree | db5b584668655c6ecdac183588b272bc56bf0bfc /security/snort | |
parent | 10217a168e175d87f85e09a75b3f8931446ac657 (diff) |
Notes
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 6c9305306bf3..56a52e250fc5 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.4.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -73,7 +74,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |