aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/collectd/Makefile
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2011-07-04 12:29:26 +0800
committersahil <sahil@FreeBSD.org>2011-07-04 12:29:26 +0800
commitad99d5f358dbc450b1f058ecd5a3305410782884 (patch)
tree5a4e61683164c5d96543348c73a5bc7311d20ac8 /net-mgmt/collectd/Makefile
parentb160401d7ac5bc66417f6282186cd8fbd821f5f4 (diff)
downloadfreebsd-ports-gnome-ad99d5f358dbc450b1f058ecd5a3305410782884.tar.gz
freebsd-ports-gnome-ad99d5f358dbc450b1f058ecd5a3305410782884.tar.zst
freebsd-ports-gnome-ad99d5f358dbc450b1f058ecd5a3305410782884.zip
Fix previous commit in which I included the wrong
shared library version for libgcrypt. Pointyhat to: me Reported by: swills@
Diffstat (limited to 'net-mgmt/collectd/Makefile')
-rw-r--r--net-mgmt/collectd/Makefile2
1 files changed, 1 insertions, 1 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)