svn commit: r419154 - head/net-im/telegram-purple

Kevin Lo kevlo at FreeBSD.org
Wed Jul 27 01:10:00 UTC 2016


Author: kevlo
Date: Wed Jul 27 01:09:58 2016
New Revision: 419154
URL: https://svnweb.freebsd.org/changeset/ports/419154

Log:
  Add missing dependency on graphics/webp.

Modified:
  head/net-im/telegram-purple/Makefile

Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile	Tue Jul 26 21:56:39 2016	(r419153)
+++ head/net-im/telegram-purple/Makefile	Wed Jul 27 01:09:58 2016	(r419154)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telegram-purple
 PORTVERSION=	1.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-im
 
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	pidgin:net-im/pidgin
 RUN_DEPENDS=	pidgin:net-im/pidgin
-LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
+LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
+		libwebp.so:graphics/webp
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list