diff options
author | thierry <thierry@FreeBSD.org> | 2015-11-15 02:59:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-11-15 02:59:48 +0800 |
commit | 4135878ec7fd90476c9fd8b4c4309e46bf7b38ca (patch) | |
tree | 98eaa3be02e6b5febf7b40e2607f2c431f39c2ec /net-im | |
parent | 2dfdd61c86b57f8ce5eb28b98592efaa9358816b (diff) | |
download | freebsd-ports-graphics-4135878ec7fd90476c9fd8b4c4309e46bf7b38ca.tar.gz freebsd-ports-graphics-4135878ec7fd90476c9fd8b4c4309e46bf7b38ca.tar.zst freebsd-ports-graphics-4135878ec7fd90476c9fd8b4c4309e46bf7b38ca.zip |
Add a missing dependency: libqrencode.
Submitted by: herbert (at) oslo.ath.cx
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 937f68b7c39..7fc4a20aa68 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 |