View | Details | Raw Unified | Return to bug 198858
Collapse All | Expand All

(-)net-p2p/qbittorrent/Makefile (-2 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	qbittorrent
4
PORTNAME=	qbittorrent
5
PORTVERSION=	3.1.12
5
PORTVERSION=	3.1.12
6
PORTREVISION?=	0
6
PORTREVISION?=	1
7
CATEGORIES=	net-p2p ipv6
7
CATEGORIES=	net-p2p ipv6
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
9
9
Lines 13-19 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
# ABI versions specified on purpose for libtorrent-rasterbar
15
# ABI versions specified on purpose for libtorrent-rasterbar
16
LIB_DEPENDS=	libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar
16
LIB_DEPENDS=	libtorrent-rasterbar.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar \
17
		libboost_system.so:${PORTSDIR}/devel/boost-libs
17
18
18
USES=		execinfo pkgconfig tar:xz
19
USES=		execinfo pkgconfig tar:xz
19
USE_QT4=	corelib network qmake_build linguisttools_build moc_build \
20
USE_QT4=	corelib network qmake_build linguisttools_build moc_build \
Lines 38-43 Link Here
38
DEBUG_CONFIGURE_ENABLE=	debug
39
DEBUG_CONFIGURE_ENABLE=	debug
39
DBUS_CONFIGURE_ENABLE=	qt-dbus
40
DBUS_CONFIGURE_ENABLE=	qt-dbus
40
41
42
USE_OPENSSL=	yes
43
41
.include <bsd.port.options.mk>
44
.include <bsd.port.options.mk>
42
45
43
.if ${PORT_OPTIONS:MDBUS}
46
.if ${PORT_OPTIONS:MDBUS}

Return to bug 198858