Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 22:03:41 +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: r486491 - head/www/rekonq
Message-ID:  <201812022203.wB2M3f4I002185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  2 22:03:41 2018
New Revision: 486491
URL: https://svnweb.freebsd.org/changeset/ports/486491

Log:
  Fix LIB_DEPENDS

Modified:
  head/www/rekonq/Makefile

Modified: head/www/rekonq/Makefile
==============================================================================
--- head/www/rekonq/Makefile	Sun Dec  2 21:43:38 2018	(r486490)
+++ head/www/rekonq/Makefile	Sun Dec  2 22:03:41 2018	(r486491)
@@ -26,7 +26,7 @@ OPTIONS_DEFINE=		OPERA NEPOMUK
 OPTIONS_DEFAULT=	NEPOMUK
 
 OPERA_DESC=		Support for Opera Sync service
-OPERA_LIB_DEPENDS=	libqca.so:devel/qca \
+OPERA_LIB_DEPENDS=	libqca.so:devel/qca@qt4 \
 			libqoauth.so:net/qoauth
 OPERA_CMAKE_OFF=	-DWITH_QCA2=off \
 			-DWITH_QtOAuth=off



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