diff options
author | lx <lx@FreeBSD.org> | 2008-05-15 01:39:27 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2008-05-15 01:39:27 +0800 |
commit | 1629e6ab6b6899b80c15065350332c8a6e9cbe21 (patch) | |
tree | 826b7210ee5c2c8b37a229c139f7bba1e15f48e0 /security/samhain | |
parent | 107955a5fc28f8c4be5affb46b93cb612ef7b290 (diff) | |
download | freebsd-ports-gnome-1629e6ab6b6899b80c15065350332c8a6e9cbe21.tar.gz freebsd-ports-gnome-1629e6ab6b6899b80c15065350332c8a6e9cbe21.tar.zst freebsd-ports-gnome-1629e6ab6b6899b80c15065350332c8a6e9cbe21.zip |
Update dependency on libprelude.
PR: 123660
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 59301cdd550a..90b9f49abf88 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.13:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |