diff options
author | lx <lx@FreeBSD.org> | 2007-09-06 00:39:23 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-09-06 00:39:23 +0800 |
commit | 33fbeb7c496adb8f86573d0bdbca16f824792d3c (patch) | |
tree | 14cf1e4db72ce4526095fc73f601295836e4f1f1 /security | |
parent | f65b3817253aa9e5599b6c5ed7f5c29c11f7d615 (diff) | |
download | freebsd-ports-gnome-33fbeb7c496adb8f86573d0bdbca16f824792d3c.tar.gz freebsd-ports-gnome-33fbeb7c496adb8f86573d0bdbca16f824792d3c.tar.zst freebsd-ports-gnome-33fbeb7c496adb8f86573d0bdbca16f824792d3c.zip |
Chase libprelude version bump.
PR: ports/116112
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Approved by: lx
Diffstat (limited to 'security')
-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 e27cd804ce5c..5b82edbb9db6 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -6,6 +6,7 @@ PORTNAME= samhain PORTVERSION= 2.3.5 +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.12:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |