diff options
author | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-05 19:24:52 +0800 |
commit | 806c7762542eeaa418b0f428ee13d94b005ef000 (patch) | |
tree | 9a972850347a77d3becf10d370cc764c662fd651 /security/samhain | |
parent | b5e9be63c275066ac5e28c9425d2d11c9c166a11 (diff) | |
download | freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.gz freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.tar.zst freebsd-ports-gnome-806c7762542eeaa418b0f428ee13d94b005ef000.zip |
- Chase libprelude version
- Bump PORTREVISION
PR: ports/96758, ports/96759, ports/96760
Submitted by: maintainer
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 |