Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 21:24:47 +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: r486486 - head/net-p2p/libktorrent-kde4
Message-ID:  <201812022124.wB2LOleB081074@repo.freebsd.org>

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

Log:
  Fix LIB_DEPENDS

Modified:
  head/net-p2p/libktorrent-kde4/Makefile

Modified: head/net-p2p/libktorrent-kde4/Makefile
==============================================================================
--- head/net-p2p/libktorrent-kde4/Makefile	Sun Dec  2 21:24:14 2018	(r486485)
+++ head/net-p2p/libktorrent-kde4/Makefile	Sun Dec  2 21:24:46 2018	(r486486)
@@ -16,7 +16,7 @@ EXPIRATION_DATE=	2018-12-31
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgmp.so:math/gmp \
-		libqca.so:devel/qca
+		libqca.so:devel/qca@qt4
 
 USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
 USE_KDE=	kdelibs automoc4



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