Date: Sat, 14 Nov 2015 18:59:48 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401583 - head/net-im/toxic Message-ID: <201511141859.tAEIxmrh011751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Sat Nov 14 18:59:48 2015 New Revision: 401583 URL: https://svnweb.freebsd.org/changeset/ports/401583 Log: Add a missing dependency: libqrencode. Submitted by: herbert (at) oslo.ath.cx Modified: head/net-im/toxic/Makefile Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Sat Nov 14 18:08:21 2015 (r401582) +++ head/net-im/toxic/Makefile Sat Nov 14 18:59:48 2015 (r401583) @@ -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}/multi 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511141859.tAEIxmrh011751>