aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2008-05-19 11:50:55 +0800
committerclsung <clsung@FreeBSD.org>2008-05-19 11:50:55 +0800
commit04085d2f504ac9fe13aabb78a5aac06ce2a7d445 (patch)
tree1ae2660eea8c416e5b1e64a83ffa9ec0a28eaa15 /security
parent775985ba5440401785e4d4753f9b32940b449fdf (diff)
downloadfreebsd-ports-gnome-04085d2f504ac9fe13aabb78a5aac06ce2a7d445.tar.gz
freebsd-ports-gnome-04085d2f504ac9fe13aabb78a5aac06ce2a7d445.tar.zst
freebsd-ports-gnome-04085d2f504ac9fe13aabb78a5aac06ce2a7d445.zip
- Update libprelude dependency
PR: ports/123659 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
Diffstat (limited to 'security')
-rw-r--r--security/snort/Makefile2
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