diff options
author | dougb <dougb@FreeBSD.org> | 2012-09-08 14:58:01 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-09-08 14:58:01 +0800 |
commit | 33a6609a385b3d1a3012e781f5290c309695949f (patch) | |
tree | 6236262c3192e4e99f803125268dd660f21acc6e /irc/irssi-otr | |
parent | 5462acebcbedf46c444e72b3db12e96c213dfb51 (diff) | |
download | freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.gz freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.zst freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.zip |
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
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 12ca0a8bca47..114338ce13bb 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -7,7 +7,7 @@ PORTNAME= irssi-otr PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= irssiotr @@ -17,7 +17,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 \ +LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 \ gcrypt.18:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi |