diff options
author | arved <arved@FreeBSD.org> | 2016-03-10 22:12:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2016-03-10 22:12:07 +0800 |
commit | a020269f0dafcd9b4cbff24812d2a1eb565eb93b (patch) | |
tree | 4c83e5b5ca7171e24dd74e607690c4e133c7c474 /net-im | |
parent | b226d619749849bb23eb4ff59782fc27ccac19ac (diff) | |
download | freebsd-ports-gnome-a020269f0dafcd9b4cbff24812d2a1eb565eb93b.tar.gz freebsd-ports-gnome-a020269f0dafcd9b4cbff24812d2a1eb565eb93b.tar.zst freebsd-ports-gnome-a020269f0dafcd9b4cbff24812d2a1eb565eb93b.zip |
Switch to libotr instead of libotr3
PR: 207880
Submitted by: Sascha Holzleiter
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/profanity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 5f68ada3e303..a059adc9b2ee 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -2,6 +2,7 @@ PORTNAME= profanity PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.profanity.im/ @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libstrophe.so:${PORTSDIR}/net-im/libstrophe \ libglib-2.0.so:${PORTSDIR}/devel/glib20 \ libcurl.so:${PORTSDIR}/ftp/curl \ - libotr.so.2:${PORTSDIR}/security/libotr3 \ + libotr.so.5:${PORTSDIR}/security/libotr \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libgpgme.so:${PORTSDIR}/security/gpgme |