From e2b6a478d568f0155063619e332b1aff08acf9e1 Mon Sep 17 00:00:00 2001 From: Sahil Tandon Date: Mon, 4 Jul 2011 04:29:26 +0000 Subject: [PATCH] Fix previous commit in which I included the wrong shared library version for libgcrypt. Pointyhat to: me Reported by: swills@ --- net-mgmt/collectd/Makefile | 2 +- net-mgmt/collectd5/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index d01df047174f..549bfa0652a6 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -225,7 +225,7 @@ PLIST_SUB+= DISK="@comment " .if defined(WITH_GCRYPT) CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} -LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt .endif .if defined(WITH_NUTUPS) diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index d01df047174f..549bfa0652a6 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -225,7 +225,7 @@ PLIST_SUB+= DISK="@comment " .if defined(WITH_GCRYPT) CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} -LIB_DEPENDS+= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt .endif .if defined(WITH_NUTUPS)