diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-06 12:50:09 +0000 |
commit | 2adf104b17428f869db26d59e247df31d11354aa (patch) | |
tree | 521ace80678d712aaebbfc7b590f71a7de7977c7 /security/samhain | |
parent | 384935b90baf039e1c58148196b9171eb1bd5d42 (diff) |
- Update libprelude to 0.9.14.
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor)
Notes
Notes:
svn path=/head/; revision=192913
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 376f11efb4b4..d57da1963c7b 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -6,6 +6,7 @@ PORTNAME= samhain PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ @@ -92,7 +93,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.12:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |