aboutsummaryrefslogtreecommitdiff
path: root/security/samhain
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-15 23:52:36 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-15 23:52:36 +0000
commit370a3d5725212b81f26aee06c3c9ce35cb56ecaa (patch)
tree221fd6baadbf28bded902fea9aaa60289c622711 /security/samhain
parent8cfe500ca336c6e199de5865f9c1ce66fb8d1ad1 (diff)
downloadports-370a3d5725212b81f26aee06c3c9ce35cb56ecaa.tar.gz
ports-370a3d5725212b81f26aee06c3c9ce35cb56ecaa.zip
Bump ports affected by security/libprelude update
Notes
Notes: svn path=/head/; revision=308972
Diffstat (limited to 'security/samhain')
-rw-r--r--security/samhain/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 6274f081fb98..8b61e299bc5f 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -1,11 +1,9 @@
-# New ports collection makefile for: samhain
-# Date created: 9 January 2003
-# Whom: lx
-#
+# Created by: lx
# $FreeBSD$
PORTNAME= samhain
PORTVERSION= 3.0.8
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://redundancy.redundancy.org/mirror/
@@ -106,7 +104,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER}
CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER}
.endif
.if defined(WITH_PRELUDE)
-LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+= prelude:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --with-prelude
.endif