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

Eugene Grosbein eugen at FreeBSD.org
Tue Apr 3 09:28:55 UTC 2018


Author: eugen
Date: Tue Apr  3 09:28:54 2018
New Revision: 466291
URL: https://svnweb.freebsd.org/changeset/ports/466291

Log:
  net-im/telegram-purple: silence QA test by adding LIB_DEPENDS.

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

Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile	Tue Apr  3 09:03:29 2018	(r466290)
+++ head/net-im/telegram-purple/Makefile	Tue Apr  3 09:28:54 2018	(r466291)
@@ -4,7 +4,7 @@
 PORTNAME=	telegram-purple
 PORTVERSION=	1.3.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im
 
 MAINTAINER=	ports at FreeBSD.org
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	pidgin:net-im/pidgin
 RUN_DEPENDS=	pidgin:net-im/pidgin
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
-		libwebp.so:graphics/webp
+		libwebp.so:graphics/webp \
+		libpurple.so:net-im/libpurple
 
 BROKEN_armv6=		fails to link: undefined reference to 'backtrace'
 BROKEN_sparc64=		fails to compile: assertion fails


More information about the svn-ports-head mailing list