svn commit: r486488 - head/net-im/ktp-auth-handler-kde4

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 21:27:18 UTC 2018


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 at qt4 \
+		libqca.so:devel/qca at qt4 \
 		libtelepathy-qt4.so:net-im/telepathy-qt at qt4 \
 		libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4
 


More information about the svn-ports-all mailing list