diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
commit | 2adf104b17428f869db26d59e247df31d11354aa (patch) | |
tree | 521ace80678d712aaebbfc7b590f71a7de7977c7 /security/snort/Makefile | |
parent | 384935b90baf039e1c58148196b9171eb1bd5d42 (diff) |
Notes
Diffstat (limited to 'security/snort/Makefile')
-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 8da0bbd4f568..b4ebc9c5e89a 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.6.1.4 +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.11:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |