diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 22:03:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 22:03:41 +0000 |
commit | 64d3c93a4017875ee03fff22ed7c020151244e08 (patch) | |
tree | 4434cf4d276566d16f2edffdce5727d8900360ae /www | |
parent | 4c1024bded4096656fd8ecfa81b970e238354833 (diff) | |
download | ports-64d3c93a4017875ee03fff22ed7c020151244e08.tar.gz ports-64d3c93a4017875ee03fff22ed7c020151244e08.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/rekonq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index fa8624284a9f..735d4872d958 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -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 |