diff options
author | sahil <sahil@FreeBSD.org> | 2011-07-04 12:29:26 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-07-04 12:29:26 +0800 |
commit | ad99d5f358dbc450b1f058ecd5a3305410782884 (patch) | |
tree | 5a4e61683164c5d96543348c73a5bc7311d20ac8 | |
parent | b160401d7ac5bc66417f6282186cd8fbd821f5f4 (diff) | |
download | freebsd-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@
-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) |