Index: net-p2p/qbittorrent/Makefile
===================================================================
--- net-p2p/qbittorrent/Makefile	(revision 381786)
+++ net-p2p/qbittorrent/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qbittorrent
 PORTVERSION=	3.1.12
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	net-p2p ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
@@ -13,7 +13,8 @@
 LICENSE=	GPLv2
 
 # ABI versions specified on purpose for libtorrent-rasterbar
-LIB_DEPENDS=	libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar
+LIB_DEPENDS=	libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \
+		libboost_system.so:${PORTSDIR}/devel/boost-libs
 
 USES=		execinfo pkgconfig tar:xz
 USE_QT4=	corelib network qmake_build linguisttools_build moc_build \
@@ -38,6 +39,8 @@
 DEBUG_CONFIGURE_ENABLE=	debug
 DBUS_CONFIGURE_ENABLE=	qt-dbus
 
+USE_OPENSSL=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDBUS}