svn commit: r401583 - head/net-im/toxic

Thierry Thomas thierry at FreeBSD.org
Sat Nov 14 18:59:49 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list