diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-11-14 18:59:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-11-14 18:59:48 +0000 |
commit | 8488765139658833c49743432dacd1ff06e2ca75 (patch) | |
tree | 98eaa3be02e6b5febf7b40e2607f2c431f39c2ec /net-im | |
parent | bb4dcb445aaeb9e1b73a00172a495d23851d0be8 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/toxic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 937f68b7c391..7fc4a20aa68c 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.7.0.151113 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -17,6 +18,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ libcurl.so:${PORTSDIR}/ftp/curl \ libv4l2.so:${PORTSDIR}/multimedia/libv4l \ + libqrencode.so:${PORTSDIR}/graphics/libqrencode \ libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |