diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 11:24:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-05 11:24:52 +0000 |
commit | ef92eb19dddd215db1647a1c544c24cc46d6f20e (patch) | |
tree | db5b584668655c6ecdac183588b272bc56bf0bfc /security/samhain | |
parent | 10217a168e175d87f85e09a75b3f8931446ac657 (diff) | |
download | ports-ef92eb19dddd215db1647a1c544c24cc46d6f20e.tar.gz ports-ef92eb19dddd215db1647a1c544c24cc46d6f20e.zip |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=161417
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 3a4ccf8981d4..b2d150115c34 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -6,6 +6,7 @@ PORTNAME= samhain PORTVERSION= 2.2.0 +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.7:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |