Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 21:27:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486488 - head/net-im/ktp-auth-handler-kde4
Message-ID:  <201812022127.wB2LRH5H081443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  2 21:27:16 2018
New Revision: 486488
URL: https://svnweb.freebsd.org/changeset/ports/486488

Log:
  Fix LIB_DEPENDS

Modified:
  head/net-im/ktp-auth-handler-kde4/Makefile

Modified: head/net-im/ktp-auth-handler-kde4/Makefile
==============================================================================
--- head/net-im/ktp-auth-handler-kde4/Makefile	Sun Dec  2 21:25:59 2018	(r486487)
+++ head/net-im/ktp-auth-handler-kde4/Makefile	Sun Dec  2 21:27:16 2018	(r486488)
@@ -13,8 +13,8 @@ COMMENT=	KWallet integration module for KDE Telepathy
 DEPRECATED=	KDE4 is EOL upstream
 EXPIRATION_DATE=	2018-12-31
 
-LIB_DEPENDS=	libqjson.so:devel/qjson \
-		libqca.so:devel/qca \
+LIB_DEPENDS=	libqjson.so:devel/qjson@qt4 \
+		libqca.so:devel/qca@qt4 \
 		libtelepathy-qt4.so:net-im/telepathy-qt@qt4 \
 		libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022127.wB2LRH5H081443>