diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-12 07:15:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-12 07:15:43 +0800 |
commit | 93aa27f2668103cfc3e0dabc7f5c7fad6a4330f8 (patch) | |
tree | 7bff4cdcf0da66eef27962385898c8e8754c131c /net-im/mcabber | |
parent | 92d3a7fc2c8609e7b8fe3daf8bd25e3ad8b31c3c (diff) | |
download | freebsd-ports-gnome-93aa27f2668103cfc3e0dabc7f5c7fad6a4330f8.tar.gz freebsd-ports-gnome-93aa27f2668103cfc3e0dabc7f5c7fad6a4330f8.tar.zst freebsd-ports-gnome-93aa27f2668103cfc3e0dabc7f5c7fad6a4330f8.zip |
- Chase security/libgcrypt shlib version bump
PR: 121591
Submitted by: miwi
Approved by: sat
Diffstat (limited to 'net-im/mcabber')
-rw-r--r-- | net-im/mcabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index d6d6b019271c..9bf8737df55b 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcabber PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES @@ -57,7 +58,7 @@ CONFIGURE_ARGS+=--disable-aspell .if defined(WITH_OTR) LIB_DEPENDS+= otr.3:${PORTSDIR}/security/libotr \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+=--enable-otr .else CONFIGURE_ARGS+=--disable-otr |