summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-01-16 18:11:33 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-01-16 18:11:33 +0000
commit1dda5380faeae4d80dc5d74e6c2b015dd62a6124 (patch)
tree737555edbe23ce2034937b3b0b8172ce5f1fa773 /security
parentCustomize barnyard.conf for use ONLY with sguil 0.6.0. (diff)
- update Prelude version
- bump PORTREVISION PR: ports/107985 Submitted by: Robin Gruyters <r.gruyters at yirdis.nl> Approved by: edwin (mentor)
Notes
Notes: svn path=/head/; revision=182530
Diffstat (limited to 'security')
-rw-r--r--security/samhain/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 5aaabcd14134..740bf442cf8a 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -6,6 +6,7 @@
PORTNAME= samhain
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/
@@ -93,7 +94,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.10:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude
.endif