aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 09:48:34 +0800
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-10-05 09:48:34 +0800
commitaf1fe83651bf0f95f301c4b10579357de677daa0 (patch)
tree47b7a9f747485ae299074a9cca0eb77bc0353188
parentbdf32af2dd0ed3b4c89cbcda7f918b11f9653fa8 (diff)
downloadfreebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.tar.gz
freebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.tar.zst
freebsd-ports-gnome-af1fe83651bf0f95f301c4b10579357de677daa0.zip
- update prelude library dependency
PR: ports/116111 Submitted by: Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
-rw-r--r--security/snort/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 993e24cd3d04..27ca8e4ee4c0 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