diff options
author | pav <pav@FreeBSD.org> | 2008-11-30 07:21:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-11-30 07:21:13 +0800 |
commit | b12c2ef0a3618ca7f656daea51df070f38522fc6 (patch) | |
tree | 4473a1f939720876ee0bfc78f1a5478c4bb645a7 /security/samhain | |
parent | c9f7e0b7236a01289d61e6c5f41bcae9b2fb8c42 (diff) | |
download | freebsd-ports-gnome-b12c2ef0a3618ca7f656daea51df070f38522fc6.tar.gz freebsd-ports-gnome-b12c2ef0a3618ca7f656daea51df070f38522fc6.tar.zst freebsd-ports-gnome-b12c2ef0a3618ca7f656daea51df070f38522fc6.zip |
- Chase libprelude update
Forgotten by: beech
Reported by: pointyhat
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 a56cbd104713..c13c9f44c241 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif .if defined(WITH_PRELUDE) -LIB_DEPENDS+= prelude.14:${PORTSDIR}/security/libprelude +LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --with-prelude .endif |