svn commit: r486486 - head/net-p2p/libktorrent-kde4

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 21:24:47 UTC 2018


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 at qt4
 
 USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
 USE_KDE=	kdelibs automoc4


More information about the svn-ports-all mailing list