1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net-p2p/qbittorrent: Enable 'Search Engine' option

... by making the PYTHON option default.

The 'Search Engine' option complained that Python wasn't enabled.
This commit is contained in:
Yuri Victorovich 2023-07-30 10:49:52 -07:00
parent f0bae74fa7
commit 22941221e4

View File

@ -1,5 +1,6 @@
PORTNAME= qbittorrent
DISTVERSION= 4.5.4
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -50,7 +51,7 @@ OPTIONS_EXCLUDE= DBUS
OPTIONS_DEFINE= DBUS PYTHON DEBUG
OPTIONS_RADIO= LIBTORRENT
OPTIONS_RADIO_LIBTORRENT= LIBTORRENT1 LIBTORRENT2
OPTIONS_DEFAULT= DBUS LIBTORRENT1
OPTIONS_DEFAULT= DBUS PYTHON LIBTORRENT1
LIBTORRENT_DESC= libtorrent version number to use
LIBTORRENT1_DESC= Version 1.x (default)