aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-10-05 09:48:34 +0800
committerclsung <clsung@FreeBSD.org>2007-10-05 09:48:34 +0800
commit253a34d738984091598106380a6435f723690ee8 (patch)
treed7a9d03565ae6cefde29e813eab3e1e9dc98ee81 /security
parent56bd6232e09349a0d0931223617aa1e9ac19266f (diff)
downloadfreebsd-ports-graphics-253a34d738984091598106380a6435f723690ee8.tar.gz
freebsd-ports-graphics-253a34d738984091598106380a6435f723690ee8.tar.zst
freebsd-ports-graphics-253a34d738984091598106380a6435f723690ee8.zip
- update prelude library dependency
PR: ports/116111 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
Diffstat (limited to 'security')
-rw-r--r--security/snort/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 993e24cd3d0..27ca8e4ee4c 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snort
PORTVERSION= 2.7.0.1
+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.12:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude
PLIST_SUB+= PRELUDE=""
.else