diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-05-19 03:50:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-05-19 03:50:55 +0000 |
commit | a4862b101814c7780aa5fb7d548c00673657ec16 (patch) | |
tree | e47f04323a8ae800d3a5823d39931481245a77f3 /security/snort | |
parent | 31530afdbe3dbd050fc3c70422e514a89ff3a4e3 (diff) | |
download | ports-a4862b101814c7780aa5fb7d548c00673657ec16.tar.gz ports-a4862b101814c7780aa5fb7d548c00673657ec16.zip |
Notes
Diffstat (limited to 'security/snort')
-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 72e1ee94b166..fc5d92a5394e 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else |