diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /irc/irssi-otr | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r-- | irc/irssi-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 743931861013..bdb92e3150e4 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -7,7 +7,7 @@ PORTNAME= irssi-otr PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= irssiotr @@ -18,7 +18,7 @@ COMMENT= A plugin for irssi for Off-the-Record (OTR) messaging BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \ ${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr \ - gcrypt.17:${PORTSDIR}/security/libgcrypt + gcrypt.18:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi LICENSE= GPLv2 |