aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-11-14 18:59:48 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-11-14 18:59:48 +0000
commit8488765139658833c49743432dacd1ff06e2ca75 (patch)
tree98eaa3be02e6b5febf7b40e2607f2c431f39c2ec /net-im
parentbb4dcb445aaeb9e1b73a00172a495d23851d0be8 (diff)
downloadports-8488765139658833c49743432dacd1ff06e2ca75.tar.gz
ports-8488765139658833c49743432dacd1ff06e2ca75.zip
Add a missing dependency: libqrencode.
Submitted by: herbert (at) oslo.ath.cx
Notes
Notes: svn path=/head/; revision=401583
Diffstat (limited to 'net-im')
-rw-r--r--net-im/toxic/Makefile2
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