diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | e2ed082147d0baef1df737d3b0dc076b17baeeaf (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /irc/irssi-otr | |
parent | 10f2a435dce3442017cb96d33dd3217c90edfb6f (diff) | |
download | freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip |
Chase security/libgcrypt update
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 54945e4b7dd6..2bd85d4c5658 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -3,7 +3,7 @@ PORTNAME= irssi-otr PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= irc MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= irssiotr @@ -14,7 +14,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/libotr3 \ - gcrypt.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi LICENSE= GPLv2 |