diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-07-04 04:29:26 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-07-04 04:29:26 +0000 |
commit | e2b6a478d568f0155063619e332b1aff08acf9e1 (patch) | |
tree | 6c3ca850ed00fd2d112be1ef05d36c2185866603 /net-mgmt | |
parent | 5242f58159c2d0f0517de9315c3e73e49464d6e4 (diff) | |
download | ports-e2b6a478d568f0155063619e332b1aff08acf9e1.tar.gz ports-e2b6a478d568f0155063619e332b1aff08acf9e1.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 2 | ||||
-rw-r--r-- | 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) |