summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2011-07-04 04:29:26 +0000
committerSahil Tandon <sahil@FreeBSD.org>2011-07-04 04:29:26 +0000
commite2b6a478d568f0155063619e332b1aff08acf9e1 (patch)
tree6c3ca850ed00fd2d112be1ef05d36c2185866603 /net-mgmt
parentAdd option to build with libgcrypt. (diff)
Fix previous commit in which I included the wrong
shared library version for libgcrypt. Pointyhat to: me Reported by: swills@
Notes
Notes: svn path=/head/; revision=277030
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/collectd/Makefile2
-rw-r--r--net-mgmt/collectd5/Makefile2
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)