diff options
author | lx <lx@FreeBSD.org> | 2007-01-17 02:11:33 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-01-17 02:11:33 +0800 |
commit | 06c77d61ae75136df1187f57466a1409c7108e26 (patch) | |
tree | 1585d6b5675bd3612c38e3f324a1b9d68ba12cd3 /security/samhain | |
parent | 78c9355b42cddb076e4c60ade7560338553783be (diff) | |
download | freebsd-ports-gnome-06c77d61ae75136df1187f57466a1409c7108e26.tar.gz freebsd-ports-gnome-06c77d61ae75136df1187f57466a1409c7108e26.tar.zst freebsd-ports-gnome-06c77d61ae75136df1187f57466a1409c7108e26.zip |
- update Prelude version
- bump PORTREVISION
PR: ports/107985
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl>
Approved by: edwin (mentor)
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 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 |