diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-06 05:35:29 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-10-06 05:35:29 +0000 |
commit | bfaa007b9bcbe2a0aa324ab6f03b351588b08571 (patch) | |
tree | 74fdb3f71d62528ea5018f6126b7dc43def68fa9 /security/snort | |
parent | 01009cccb07f458dac142fb68baccd0b485eb1d0 (diff) | |
download | ports-bfaa007b9bcbe2a0aa324ab6f03b351588b08571.tar.gz ports-bfaa007b9bcbe2a0aa324ab6f03b351588b08571.zip |
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 8a59423d414a..39aa954ecbe8 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -7,6 +7,7 @@ PORTNAME= snort PORTVERSION= 2.8.2.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ @@ -114,7 +115,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |