diff options
author | clsung <clsung@FreeBSD.org> | 2008-10-06 13:35:29 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-10-06 13:35:29 +0800 |
commit | 3e460fd21ddb02bcd8bcf54024625face5261838 (patch) | |
tree | 838d4ce006484f910a3d873f06ce08f6da6eb9d2 /security | |
parent | 5364fc62da1324b9252efc34c89904b073fdfc42 (diff) | |
download | freebsd-ports-gnome-3e460fd21ddb02bcd8bcf54024625face5261838.tar.gz freebsd-ports-gnome-3e460fd21ddb02bcd8bcf54024625face5261838.tar.zst freebsd-ports-gnome-3e460fd21ddb02bcd8bcf54024625face5261838.zip |
- bump PORTREVISION
- fix libprelude version
One of the config options for security/snort is WITH_PRELUDE. Last
time libprelude has changed to new version, but Makefile for snort is not
updated. This patch corrects this issue.
PointyHat to: beech (ports/127339)
PR: ports/127818
Submitted by: Krzysztof Stryjek <wtp_AT_bsdguru dot org>
Diffstat (limited to 'security')
-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 |